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:
BIN
include/wx/msw/cross.bmp
Normal file
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
BIN
include/wx/msw/tick.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 198 B |
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user