adjusting to SetLabel migration

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2005-11-07 17:56:17 +00:00
parent 44f9d0aa55
commit fd39aa23bc
2 changed files with 2 additions and 2 deletions

View 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));
}

View 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));
}