From: Vadim Zeitlin Date: Sat, 18 Nov 2006 16:46:59 +0000 (+0000) Subject: rename bICON (see rev 1.47) to wxICON_AAA to make it alphabetically first among wx... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/06ad6296a6d4b5b4ea045fd5557bc0b2e71b3a77 rename bICON (see rev 1.47) to wxICON_AAA to make it alphabetically first among wx icons but not among all application icons git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/wx.rc b/include/wx/msw/wx.rc index 935ba8f525..2e720ea222 100644 --- a/include/wx/msw/wx.rc +++ b/include/wx/msw/wx.rc @@ -63,6 +63,10 @@ WXCURSOR_CROSS CURSOR DISCARDABLE "wx/msw/cross.cur" // Default Icons // +// First wx icon in alphabetical order, so it will be used by Explorer if the +// application doesn't have any icons of its own +wxICON_AAA ICON "wx/msw/std.ico" + //wxDEFAULT_FRAME ICON "wx/msw/std.ico" //wxDEFAULT_MDIPARENTFRAME ICON "wx/msw/mdi.ico" //wxDEFAULT_MDICHILDFRAME ICON "wx/msw/child.ico" @@ -77,10 +81,6 @@ wxICON_SMALL_CDROM ICON "wx/msw/cdrom.ico" wxICON_SMALL_FLOPPY ICON "wx/msw/floppy.ico" wxICON_SMALL_REMOVEABLE ICON "wx/msw/removble.ico" -// Low alphabetically to make it the default, but not so low as to -// affect applications that use 'a' -bICON ICON "wx/msw/std.ico" - ////////////////////////////////////////////////////////////////////////////// // // Bitmaps