]> git.saurik.com Git - wxWidgets.git/commitdiff
BC++ doesn't like periods in resource names
authorJulian Smart <julian@anthemion.co.uk>
Sat, 12 Feb 2000 19:10:14 +0000 (19:10 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 12 Feb 2000 19:10:14 +0000 (19:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/wx.rc

index f3da9b212cd08a87e8025e5d7c12b4e8542b46dd..0f60b9bca78f1a5eabc5ef674ab77df6522de007 100644 (file)
@@ -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"