From: Stefan Csomor Date: Mon, 7 Nov 2005 17:56:17 +0000 (+0000) Subject: adjusting to SetLabel migration X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fd39aa23bc480afd9b76bd98f23d97452c7ab0a6?ds=inline adjusting to SetLabel migration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/src/stc/PlatWX.cpp b/contrib/src/stc/PlatWX.cpp index 07566a8040..81f172cd71 100644 --- a/contrib/src/stc/PlatWX.cpp +++ b/contrib/src/stc/PlatWX.cpp @@ -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)); } diff --git a/src/stc/PlatWX.cpp b/src/stc/PlatWX.cpp index 07566a8040..81f172cd71 100644 --- a/src/stc/PlatWX.cpp +++ b/src/stc/PlatWX.cpp @@ -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)); }