fix building with WXWIN_COMPATIBILITY_2_8 == 0
[wxWidgets.git] / samples / toolbar / toolbar.rc
1 #include "../sample.rc"
2
3 new BITMAP "bitmaps/new.bmp"
4 open BITMAP "bitmaps/open.bmp"
5 save BITMAP "bitmaps/save.bmp"
6 copy BITMAP "bitmaps/copy.bmp"
7 cut BITMAP "bitmaps/cut.bmp"
8 paste BITMAP "bitmaps/paste.bmp"
9 print BITMAP "bitmaps/print.bmp"
10 help BITMAP "bitmaps/help.bmp"
11