]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/stc/stc.h
Don't set the longhelp in the statusbar if there isn't one.
[wxWidgets.git] / contrib / include / wx / stc / stc.h
index 10b857dd182090addd6dd7c41f9cdc4e41ba97d6..1149ea620d979e1b28e2c595f06270b5b0df20fc 100644 (file)
@@ -817,7 +817,7 @@ public:
     wxStyledTextCtrl(wxWindow *parent, wxWindowID id,
                      const wxPoint& pos = wxDefaultPosition,
                      const wxSize& size = wxDefaultSize, long style = 0,
-                     const char* name = "styledtext");
+                     const wxString& name = wxPySTCNameStr);
     %pragma(python) addtomethod = "__init__:self._setOORInfo(self)"
 
 #else