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:
@@ -601,7 +601,7 @@ void Window::SetCursor(Cursor curs) {
|
|||||||
|
|
||||||
|
|
||||||
void Window::SetTitle(const char *s) {
|
void Window::SetTitle(const char *s) {
|
||||||
GETWIN(id)->SetTitle(stc2wx(s));
|
GETWIN(id)->SetLabel(stc2wx(s));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -601,7 +601,7 @@ void Window::SetCursor(Cursor curs) {
|
|||||||
|
|
||||||
|
|
||||||
void Window::SetTitle(const char *s) {
|
void Window::SetTitle(const char *s) {
|
||||||
GETWIN(id)->SetTitle(stc2wx(s));
|
GETWIN(id)->SetLabel(stc2wx(s));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user