Add Catalan language thanks to (and at the urgent request of) Jordi Coma. Also fix a few translation strings in the code.

Reminder:  Never mark the empty string for translation.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7485 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice
2011-04-27 01:10:58 +00:00
parent a779b92a09
commit 0429905d55
3 changed files with 4 additions and 2 deletions

View File

@ -429,7 +429,7 @@ CFrame::CFrame(wxFrame* parent,
// Create cursors
#ifdef _WIN32
CreateCursor();
SetToolTip(_(""));
SetToolTip(wxT(""));
GetToolTip()->SetAutoPop(25000);
#endif