BC++ doesn't like periods in resource names
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2daa0ce9a4
commit
2b4313be05
@ -139,9 +139,9 @@ tick_bmp BITMAP "wx/msw/tick.bmp"
|
||||
cross_bmp BITMAP "wx/msw/cross.bmp"
|
||||
|
||||
// For src/generic/plot.cpp
|
||||
plot_up.bmp BITMAP "wx/msw/plot_up.bmp"
|
||||
plot_dwn.bmp BITMAP "wx/msw/plot_dwn.bmp"
|
||||
plot_enl.bmp BITMAP "wx/msw/plot_enl.bmp"
|
||||
plot_shr.bmp BITMAP "wx/msw/plot_shr.bmp"
|
||||
plot_zin.bmp BITMAP "wx/msw/plot_zin.bmp"
|
||||
plot_zot.bmp BITMAP "wx/msw/plot_zot.bmp"
|
||||
plot_up_bmp BITMAP "wx/msw/plot_up.bmp"
|
||||
plot_dwn_bmp BITMAP "wx/msw/plot_dwn.bmp"
|
||||
plot_enl_bmp BITMAP "wx/msw/plot_enl.bmp"
|
||||
plot_shr_bmp BITMAP "wx/msw/plot_shr.bmp"
|
||||
plot_zin_bmp BITMAP "wx/msw/plot_zin.bmp"
|
||||
plot_zot_bmp BITMAP "wx/msw/plot_zot.bmp"
|
||||
|
Loading…
Reference in New Issue
Block a user