]> git.saurik.com Git - wxWidgets.git/blame - samples/minimal/minimal.rc
moved bookmarks to Contents panel
[wxWidgets.git] / samples / minimal / minimal.rc
CommitLineData
93759cda
DW
1#if defined(__VISAGECPP__)
2ICON 1 PRELOAD "mondros2.ico"
3#include "wx/os2/wx.rc"
4#else
c801d85f
KB
5mondrian ICON "mondrian.ico"
6#include "wx/msw/wx.rc"
93759cda 7#endif
c801d85f 8
57a7b7c1
JS
9#define MINIMAL_QUIT 1
10#define MINIMAL_ABOUT 102
11