From fd39aa23bc480afd9b76bd98f23d97452c7ab0a6 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 7 Nov 2005 17:56:17 +0000 Subject: [PATCH] adjusting to SetLabel migration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/stc/PlatWX.cpp | 2 +- src/stc/PlatWX.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)); } -- 2.45.2