use Windows standard icons instead of our own (patch 443856)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user