wxHTML icons are now prefixed with w so that it does not conflict with app's icon under MSW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 766 B |
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 318 B |
BIN
include/wx/html/msw/woptions.bmp
Normal file
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 318 B |
Before Width: | Height: | Size: 710 B After Width: | Height: | Size: 710 B |
@@ -6,12 +6,13 @@
|
||||
// (#include "wx/html/msw/wxhtml.rc")
|
||||
//
|
||||
|
||||
back BITMAP "wx/html/msw/back.bmp"
|
||||
forward BITMAP "wx/html/msw/forward.bmp"
|
||||
panel BITMAP "wx/html/msw/panel.bmp"
|
||||
wback BITMAP "wx/html/msw/wback.bmp"
|
||||
wforward BITMAP "wx/html/msw/wforward.bmp"
|
||||
wpanel BITMAP "wx/html/msw/wpanel.bmp"
|
||||
woptions BITMAP "wx/html/msw/woptions.bmp"
|
||||
|
||||
book ICON "wx/html/msw/book.ico"
|
||||
folder ICON "wx/html/msw/folder.ico"
|
||||
page ICON "wx/html/msw/page.ico"
|
||||
help ICON "wx/html/msw/help.ico"
|
||||
helproot ICON "wx/html/msw/helproot.ico"
|
||||
wbook ICON "wx/html/msw/wbook.ico"
|
||||
wfolder ICON "wx/html/msw/wfolder.ico"
|
||||
wpage ICON "wx/html/msw/wpage.ico"
|
||||
whelp ICON "wx/html/msw/whelp.ico"
|
||||
whlproot ICON "wx/html/msw/whlproot.ico"
|
||||
|