From: Václav Slavík Date: Wed, 26 Jan 2000 00:50:43 +0000 (+0000) Subject: wxHtmlHelpFrame enhancements X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/625e60c9d295dbbbcfd2b0d59a10615a1eea8fb1 wxHtmlHelpFrame enhancements git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/html/msw/wdown.bmp b/include/wx/html/msw/wdown.bmp new file mode 100644 index 0000000000..e1f3f1868a Binary files /dev/null and b/include/wx/html/msw/wdown.bmp differ diff --git a/include/wx/html/msw/wopen.bmp b/include/wx/html/msw/wopen.bmp new file mode 100644 index 0000000000..d74a5fd0a3 Binary files /dev/null and b/include/wx/html/msw/wopen.bmp differ diff --git a/include/wx/html/msw/wprint.bmp b/include/wx/html/msw/wprint.bmp new file mode 100644 index 0000000000..04dbc757ca Binary files /dev/null and b/include/wx/html/msw/wprint.bmp differ diff --git a/include/wx/html/msw/wup.bmp b/include/wx/html/msw/wup.bmp new file mode 100644 index 0000000000..940b5da689 Binary files /dev/null and b/include/wx/html/msw/wup.bmp differ diff --git a/include/wx/html/msw/wupnode.bmp b/include/wx/html/msw/wupnode.bmp new file mode 100644 index 0000000000..f8e8f08f7b Binary files /dev/null and b/include/wx/html/msw/wupnode.bmp differ diff --git a/include/wx/html/msw/wxhtml.rc b/include/wx/html/msw/wxhtml.rc index b60f9b87aa..562e90dade 100644 --- a/include/wx/html/msw/wxhtml.rc +++ b/include/wx/html/msw/wxhtml.rc @@ -12,6 +12,11 @@ wpanel BITMAP "wx/html/msw/wpanel.bmp" woptions BITMAP "wx/html/msw/woptions.bmp" wbkadd BITMAP "wx/html/msw/wbkadd.bmp" wbkdel BITMAP "wx/html/msw/wbkdel.bmp" +wup BITMAP "wx/html/msw/wup.bmp" +wupnode BITMAP "wx/html/msw/wupnode.bmp" +wdown BITMAP "wx/html/msw/wdown.bmp" +wprint BITMAP "wx/html/msw/wprint.bmp" +wopen BITMAP "wx/html/msw/wopen.bmp" wbook ICON "wx/html/msw/wbook.ico" wfolder ICON "wx/html/msw/wfolder.ico"