VC6 compilation fix after r57689 (closes #10318)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
|||||||
|
|
||||||
void SetLabelText(const wxString& text)
|
void SetLabelText(const wxString& text)
|
||||||
{
|
{
|
||||||
return SetLabel(EscapeMnemonics(text));
|
SetLabel(EscapeMnemonics(text));
|
||||||
}
|
}
|
||||||
|
|
||||||
// static utilities:
|
// static utilities:
|
||||||
|
Reference in New Issue
Block a user