From: Julian Smart Date: Sat, 12 Feb 2000 19:10:14 +0000 (+0000) Subject: BC++ doesn't like periods in resource names X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2b4313be0563fff16f310698c4aadf0a5ff2b9b8?ds=inline 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 --- diff --git a/include/wx/msw/wx.rc b/include/wx/msw/wx.rc index f3da9b212c..0f60b9bca7 100644 --- a/include/wx/msw/wx.rc +++ b/include/wx/msw/wx.rc @@ -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"