Fix Linux. >_<

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3337 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2010-06-28 19:51:51 +00:00
parent 0a012aec25
commit 51638cc189
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
static wxString GetTranslation( const char* msg ) static wxString GetTranslation( const char* msg )
{ {
return msg ? wxGetTranslation( fromUTF8(msg) ) : wxString(); return msg ? wxGetTranslation( fromUTF8(msg) ) : wxEmptyString;
} }
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------