]> git.saurik.com Git - wxWidgets.git/commitdiff
adjusting to SetLabel migration
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 7 Nov 2005 17:56:17 +0000 (17:56 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 7 Nov 2005 17:56:17 +0000 (17:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/stc/PlatWX.cpp
src/stc/PlatWX.cpp

index 07566a804016ae1d4464453fee68375483ce98c7..81f172cd71c0c449f534dd379258fc7b0b51aa5b 100644 (file)
@@ -601,7 +601,7 @@ void Window::SetCursor(Cursor curs) {
 
 
 void Window::SetTitle(const char *s) {
-    GETWIN(id)->SetTitle(stc2wx(s));
+    GETWIN(id)->SetLabel(stc2wx(s));
 }
 
 
index 07566a804016ae1d4464453fee68375483ce98c7..81f172cd71c0c449f534dd379258fc7b0b51aa5b 100644 (file)
@@ -601,7 +601,7 @@ void Window::SetCursor(Cursor curs) {
 
 
 void Window::SetTitle(const char *s) {
-    GETWIN(id)->SetTitle(stc2wx(s));
+    GETWIN(id)->SetLabel(stc2wx(s));
 }