mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
wxWidgets3: update to svn r70933
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
// Purpose: declaration of wxTextWrapper class
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2009-05-31 (extracted from dlgcmn.cpp via wx/private/stattext.h)
|
||||
// RCS-ID: $Id: textwrapper.h 65363 2010-08-19 15:41:18Z VZ $
|
||||
// RCS-ID: $Id: textwrapper.h 70433 2012-01-22 00:58:05Z VZ $
|
||||
// Copyright: (c) 1999, 2009 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
@ -98,7 +98,8 @@ public:
|
||||
protected:
|
||||
virtual wxWindow *OnCreateLine(const wxString& line)
|
||||
{
|
||||
return new wxStaticText(m_win, wxID_ANY, line);
|
||||
return new wxStaticText(m_win, wxID_ANY,
|
||||
wxControl::EscapeMnemonics(line));
|
||||
}
|
||||
|
||||
virtual void OnOutputLine(const wxString& line)
|
||||
|
Reference in New Issue
Block a user