]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/stc/stc.h.in
Don't set the longhelp in the statusbar if there isn't one.
[wxWidgets.git] / contrib / src / stc / stc.h.in
index 1f2a2ac2d2a8df80c4e6fe933aabc1f737579677..2a1d1314a54555f1a349b4aebc896e7fcc2666a8 100644 (file)
@@ -50,7 +50,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