]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/frame.h
Make wxDragImage ctors taking hot spot point really deprecated in wxMSW.
[wxWidgets.git] / interface / wx / frame.h
index fc2ac1554e0ae62b07691cfae5fc34071974b319..0124755b99e4715c35ccde5cf051b1d832729d32 100644 (file)
@@ -234,7 +234,7 @@ public:
     */
     virtual wxStatusBar* CreateStatusBar(int number = 1, long style = wxSTB_DEFAULT_STYLE,
                                          wxWindowID id = 0,
-                                         const wxString& name = wxStatusLineNameStr);
+                                         const wxString& name = wxStatusBarNameStr);
 
     /**
         Creates a toolbar at the top or left of the frame.