diff --git a/include/wx/html/msw/back.bmp b/include/wx/html/msw/wback.bmp similarity index 100% rename from include/wx/html/msw/back.bmp rename to include/wx/html/msw/wback.bmp diff --git a/include/wx/html/msw/book.ico b/include/wx/html/msw/wbook.ico similarity index 100% rename from include/wx/html/msw/book.ico rename to include/wx/html/msw/wbook.ico diff --git a/include/wx/html/msw/folder.ico b/include/wx/html/msw/wfolder.ico similarity index 100% rename from include/wx/html/msw/folder.ico rename to include/wx/html/msw/wfolder.ico diff --git a/include/wx/html/msw/forward.bmp b/include/wx/html/msw/wforward.bmp similarity index 100% rename from include/wx/html/msw/forward.bmp rename to include/wx/html/msw/wforward.bmp diff --git a/include/wx/html/msw/help.ico b/include/wx/html/msw/whelp.ico similarity index 100% rename from include/wx/html/msw/help.ico rename to include/wx/html/msw/whelp.ico diff --git a/include/wx/html/msw/helproot.ico b/include/wx/html/msw/whlproot.ico similarity index 100% rename from include/wx/html/msw/helproot.ico rename to include/wx/html/msw/whlproot.ico diff --git a/include/wx/html/msw/woptions.bmp b/include/wx/html/msw/woptions.bmp new file mode 100644 index 0000000000..66f0cae74c Binary files /dev/null and b/include/wx/html/msw/woptions.bmp differ diff --git a/include/wx/html/msw/page.ico b/include/wx/html/msw/wpage.ico similarity index 100% rename from include/wx/html/msw/page.ico rename to include/wx/html/msw/wpage.ico diff --git a/include/wx/html/msw/panel.bmp b/include/wx/html/msw/wpanel.bmp similarity index 100% rename from include/wx/html/msw/panel.bmp rename to include/wx/html/msw/wpanel.bmp diff --git a/include/wx/html/msw/wxhtml.rc b/include/wx/html/msw/wxhtml.rc index 394a019c51..72dce41f87 100644 --- a/include/wx/html/msw/wxhtml.rc +++ b/include/wx/html/msw/wxhtml.rc @@ -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"