git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13565
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_help = strHelp;
- if ( m_text == "E&xit" ||m_text == "Exit" )
+ if ( m_text == "E&xit" ||m_text == "Exit" ||m_text.Left(5) == "Exit\t" || m_text.Left(6) == "E&xit\t" )
{
m_text = "Quit\tCtrl+Q" ;
}
m_help = strHelp;
- if ( m_text == "E&xit" ||m_text == "Exit" )
+ if ( m_text == "E&xit" ||m_text == "Exit" ||m_text.Left(5) == "Exit\t" || m_text.Left(6) == "E&xit\t" )
{
m_text = "Quit\tCtrl+Q" ;
}