]> git.saurik.com Git - wxWidgets.git/commitdiff
SN: Replaced __WXOS2__ by __WXPM__ in #ifdefs
authorStefan Neis <Stefan.Neis@t-online.de>
Sat, 22 Jan 2000 14:18:30 +0000 (14:18 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sat, 22 Jan 2000 14:18:30 +0000 (14:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/proplist.cpp

index 399a81944929a27a75a37a0e43091f091bed7217..60e51cadd6cb55733c4093ca00ba940906e95cd4 100644 (file)
@@ -1851,7 +1851,7 @@ static wxBitmap *GetTickBitmap()
     {
         s_loaded = TRUE; // set it to TRUE anyhow, we won't try again
 
-        #if defined(__WXMSW__) || defined(__WXOS2__)
+        #if defined(__WXMSW__) || defined(__WXPM__)
             s_tickBitmap = new wxBitmap("tick_bmp", wxBITMAP_TYPE_RESOURCE);
         #else
             s_tickBitmap = new wxBitmap( tick_xpm );
@@ -1870,7 +1870,7 @@ static wxBitmap *GetCrossBitmap()
     {
         s_loaded = TRUE; // set it to TRUE anyhow, we won't try again
 
-        #if defined(__WXMSW__) || defined(__WXOS2__)
+        #if defined(__WXMSW__) || defined(__WXPM__)
             s_crossBitmap =  new wxBitmap("cross_bmp", wxBITMAP_TYPE_RESOURCE);
         #else // XPMs
             s_crossBitmap =  new wxBitmap( cross_xpm );