mirror of https://github.com/PCSX2/pcsx2.git
Fix Linux. >_<
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3337 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
0a012aec25
commit
51638cc189
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ------------------------------------------------------------------------
|
// ------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue