corrected Yes/No

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2003-01-28 07:55:37 +00:00
parent bf918b97ed
commit 9145b0c6ce
2 changed files with 4 additions and 4 deletions

View File

@@ -91,8 +91,8 @@ int wxMessageDialog::ShowModal()
cfTitle = wxMacCreateCFString( m_caption ) ;
cfText = wxMacCreateCFString( m_message ) ;
cfNoString = wxMacCreateCFString( _("Yes") ) ;
cfYesString = wxMacCreateCFString( _("No") ) ;
cfNoString = wxMacCreateCFString( _("No") ) ;
cfYesString = wxMacCreateCFString( _("Yes") ) ;
param.movable = true;
param.flags = 0 ;

View File

@@ -91,8 +91,8 @@ int wxMessageDialog::ShowModal()
cfTitle = wxMacCreateCFString( m_caption ) ;
cfText = wxMacCreateCFString( m_message ) ;
cfNoString = wxMacCreateCFString( _("Yes") ) ;
cfYesString = wxMacCreateCFString( _("No") ) ;
cfNoString = wxMacCreateCFString( _("No") ) ;
cfYesString = wxMacCreateCFString( _("Yes") ) ;
param.movable = true;
param.flags = 0 ;