]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/statbmp.h
call Thaw() instead of DoThaw() so frozen status will be properly updated, and use...
[wxWidgets.git] / interface / wx / statbmp.h
index 3ea164f8f7c77e720dd478281b16140f1d7541f5..213dafb8267d6ffe4690b361a12254906ef80ce7 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxStaticBitmap
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -56,7 +56,7 @@ public:
                    const wxPoint& pos = wxDefaultPosition,
                    const wxSize& size = wxDefaultSize,
                    long style = 0,
-                   const wxString& name = "staticBitmap");
+                   const wxString& name = wxStaticBitmapNameStr);
 
     /**
         Creation function, for two-step construction. For details see wxStaticBitmap().