X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/039df3032c7372a589ff8cbd101fb0abe42f4ab3..af01f1ba0d697c07173f436ab661b4c833258a91:/include/wx/msw/wx.rc diff --git a/include/wx/msw/wx.rc b/include/wx/msw/wx.rc index ed4164b831..2a9681b78c 100644 --- a/include/wx/msw/wx.rc +++ b/include/wx/msw/wx.rc @@ -116,11 +116,13 @@ WXCURSOR_BLANK CURSOR DISCARDABLE "wx/msw/blank.cur" //wxDEFAULT_MDICHILDFRAME ICON "wx/msw/child.ico" // Standard large icons -wxICON_QUESTION ICON "wx/msw/question.ico" -wxICON_WARNING ICON "wx/msw/warning.ico" -wxICON_ERROR ICON "wx/msw/error.ico" -wxICON_INFO ICON "wx/msw/info.ico" -wxICON_TIP ICON "wx/msw/tip.ico" +/* we don't use these files any more, use Windows standard icons instead +wxICON_QUESTION ICON "wx/msw/question.ico" +wxICON_WARNING ICON "wx/msw/warning.ico" +wxICON_ERROR ICON "wx/msw/error.ico" +wxICON_INFO ICON "wx/msw/info.ico" +*/ +wxICON_TIP ICON "wx/msw/tip.ico" // Standard small icons wxICON_SMALL_CLOSED_FOLDER ICON "wx/msw/folder1.ico"