From 0212a4c2aa05043809dd5149f2414838d26ed850 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 24 May 2000 20:35:06 +0000 Subject: [PATCH] workaround a bug in SWIG git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/include/wx/stc/stc.h | 2 +- include/wx/stc/stc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/include/wx/stc/stc.h b/contrib/include/wx/stc/stc.h index 20c184589c..5ba166a5ae 100644 --- a/contrib/include/wx/stc/stc.h +++ b/contrib/include/wx/stc/stc.h @@ -182,7 +182,7 @@ public: wxStyledTextCtrl(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, - const char* name = wxSTCNameStr); + const char* name = "styledtext"); #else wxStyledTextCtrl(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, diff --git a/include/wx/stc/stc.h b/include/wx/stc/stc.h index 20c184589c..5ba166a5ae 100644 --- a/include/wx/stc/stc.h +++ b/include/wx/stc/stc.h @@ -182,7 +182,7 @@ public: wxStyledTextCtrl(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, - const char* name = wxSTCNameStr); + const char* name = "styledtext"); #else wxStyledTextCtrl(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition,