]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/bitmap.h
Move body of SetFocusOnCanvas to .cpp file
[wxWidgets.git] / include / wx / os2 / bitmap.h
index 82639748f2fe80e64d0db466b5d3fe8525bf8d1c..fcba00d5b707fd6e93f0cc980c88f64ac9ebf853 100644 (file)
@@ -97,7 +97,7 @@ public:
 
     // Load a resource
     wxBitmap( int             nId
-             ,wxBitmapType    lType = wxBITMAP_TYPE_BMP_RESOURCE
+             ,wxBitmapType    lType = wxBITMAP_DEFAULT_TYPE
             );
 
     // For compatiability with other ports, under OS/2 does same as default ctor
@@ -161,10 +161,10 @@ public:
                         ,int   nDepth = 1
                        );
     virtual bool LoadFile( int             nId
-                          ,wxBitmapType    lType = wxBITMAP_TYPE_BMP_RESOURCE
+                          ,wxBitmapType    lType = wxBITMAP_DEFAULT_TYPE
                          );
     virtual bool LoadFile( const wxString& rName
-                          ,wxBitmapType    lType = wxBITMAP_TYPE_XPM
+                          ,wxBitmapType    lType = wxBITMAP_DEFAULT_TYPE
                          );
     virtual bool SaveFile( const wxString&  rName
                           ,wxBitmapType     lType