From 1265b12ac90866b6a99502924c24ea85f4fa826e Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 13 Feb 2000 16:28:19 +0000 Subject: [PATCH] Bitmap name changes (also done by RR, oops) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/plot.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/generic/plot.cpp b/src/generic/plot.cpp index 9f91b67505..4d21d4e87b 100644 --- a/src/generic/plot.cpp +++ b/src/generic/plot.cpp @@ -798,7 +798,7 @@ static wxBitmap *GetEnlargeBitmap() s_loaded = TRUE; // set it to TRUE anyhow, we won't try again #if defined(__WXMSW__) || defined(__WXPM__) - s_bitmap = new wxBitmap("plot_enl_bmp", wxBITMAP_TYPE_RESOURCE); + s_bitmap = new wxBitmap("plot_enl_bmp", wxBITMAP_TYPE_RESOURCE); #else s_bitmap = new wxBitmap( plot_enl_xpm ); #endif @@ -874,8 +874,8 @@ static wxBitmap *GetUpBitmap() s_loaded = TRUE; // set it to TRUE anyhow, we won't try again #if defined(__WXMSW__) || defined(__WXPM__) - s_bitmap = new wxBitmap("plot_up_bmp", wxBITMAP_TYPE_RESOURCE); - #else + s_bitmap = new wxBitmap("plot_up_bmp", wxBITMAP_TYPE_RESOURCE); + #else s_bitmap = new wxBitmap( plot_up_xpm ); #endif }