]> git.saurik.com Git - wxWidgets.git/commitdiff
Bitmap name changes (also done by RR, oops)
authorJulian Smart <julian@anthemion.co.uk>
Sun, 13 Feb 2000 16:28:19 +0000 (16:28 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 13 Feb 2000 16:28:19 +0000 (16:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/plot.cpp

index 9f91b6750587f4682efbada183885466f0d16720..4d21d4e87b5834049b73ed7a62d13f0dd306dadd 100644 (file)
@@ -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
     }