diff options
| author | Thierry Crozat | 2010-09-30 18:09:01 +0000 |
|---|---|---|
| committer | Thierry Crozat | 2010-09-30 18:09:01 +0000 |
| commit | 7296a2d8d03b7358bdef0e9217f53eb4ee81ce9e (patch) | |
| tree | 9baf743282998406a3a8216c05a978d35f998857 /gui | |
| parent | 305d6fc7f561439fa814ceb095bf3ec75d9954e3 (diff) | |
| download | scummvm-rg350-7296a2d8d03b7358bdef0e9217f53eb4ee81ce9e.tar.gz scummvm-rg350-7296a2d8d03b7358bdef0e9217f53eb4ee81ce9e.tar.bz2 scummvm-rg350-7296a2d8d03b7358bdef0e9217f53eb4ee81ce9e.zip | |
I18N: Add translation for wince specific titles for key mapping dialog
Also backport fix from branch on translation of default title for key mapping
dialog.
svn-id: r52959
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/KeysDialog.h | 3 | ||||
| -rw-r--r-- | gui/themes/translations.dat | bin | 77789 -> 78176 bytes |
2 files changed, 2 insertions, 1 deletions
diff --git a/gui/KeysDialog.h b/gui/KeysDialog.h index d18bcb3617..7a9936a085 100644 --- a/gui/KeysDialog.h +++ b/gui/KeysDialog.h @@ -30,12 +30,13 @@ #include "gui/dialog.h" #include "gui/ListWidget.h" #include "common/str.h" +#include "common/translation.h" namespace GUI { class KeysDialog : public GUI::Dialog { public: - KeysDialog(const Common::String &title = "Choose an action to map"); + KeysDialog(const Common::String &title = _("Choose an action to map")); virtual void handleCommand(GUI::CommandSender *sender, uint32 cmd, uint32 data); virtual void handleKeyUp(Common::KeyState state); diff --git a/gui/themes/translations.dat b/gui/themes/translations.dat Binary files differindex 5267e16a68..2d658b12df 100644 --- a/gui/themes/translations.dat +++ b/gui/themes/translations.dat |
