Document restrictions on icon names in the resources in wxMSW.
Make it more clear that application icon must precede "wx" in alphabetical order. Closes #3529. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -57,8 +57,12 @@ 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
|
||||
// First wx icon in alphabetical order.
|
||||
//
|
||||
// Notice that it also may be used by Explorer as the application icon if the
|
||||
// main program doesn't define any icons preceding this one in alphabetical
|
||||
// order (i.e. any icons defined by it start with "wy", "x", "y" or "z") in
|
||||
// 16*16 or 32*32 sizes.
|
||||
wxICON_AAA ICON "wx/msw/std.ico"
|
||||
|
||||
//wxDEFAULT_FRAME ICON "wx/msw/std.ico"
|
||||
|
Reference in New Issue
Block a user