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:
gregory.hainaut@gmail.com 2011-03-05 16:58:24 +00:00
parent 5c0a0f978e
commit 1d25812100
1 changed files with 1 additions and 1 deletions

View File

@ -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;