Give app a default wxWidgets icon other than random one e.g. CD-ROM
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
db60c20db8
commit
2273efca47
@ -77,6 +77,10 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user