Added cross and tick bitmaps to the main resource file so the DLL would stop

complaining when trying to initialize the proplist module.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-08-17 22:19:00 +00:00
parent 6c5e63761c
commit e841d48627
3 changed files with 5 additions and 0 deletions

BIN
include/wx/msw/cross.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

BIN
include/wx/msw/tick.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

View File

@@ -133,3 +133,8 @@ wxDISABLE_BUTTON_BITMAP BITMAP WXINCDIR"wx/msw/disable.bmp"
wxDISABLE_BUTTON_BITMAP BITMAP "wx/msw/disable.bmp"
#endif
// For src/generic/proplist.cpp
tick_bmp BITMAP "wx/msw/tick.bmp"
cross_bmp BITMAP "wx/msw/cross.bmp"