mirror of https://github.com/PCSX2/pcsx2.git
i18n:forgot one string in the aboutbox
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4390 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
5c0a0f978e
commit
1d25812100
|
@ -107,7 +107,7 @@ Dialogs::AboutBoxDialog::AboutBoxDialog( wxWindow* parent )
|
|||
) | pxProportion(1).Center().Border( wxALL, 3 );
|
||||
|
||||
*this += ContribSizer | StdExpand();
|
||||
*this += new wxButton( this, wxID_OK, L"I've seen enough") | StdCenter();
|
||||
*this += new wxButton( this, wxID_OK, _("I've seen enough")) | StdCenter();
|
||||
|
||||
int bestHeight = GetBestSize().GetHeight();
|
||||
if( bestHeight < 400 ) bestHeight = 400;
|
||||
|
|
Loading…
Reference in New Issue