From 2273efca477573381f9d64b856df64ddba3279f2 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 18 Jun 2006 11:07:19 +0000 Subject: [PATCH] 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 --- include/wx/msw/wx.rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/msw/wx.rc b/include/wx/msw/wx.rc index 51d5c5de3f..5ad8e67df0 100644 --- a/include/wx/msw/wx.rc +++ b/include/wx/msw/wx.rc @@ -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 -- 2.45.2