diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-09 18:55:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-09 18:55:54 +0300 |
commit | 01c43410488f80156f0d47bb3762a1fe2af38b3f (patch) | |
tree | a79145b7e9df1cba08e205038e6ba4d43b13fe07 /src/keyboardconfig.cpp | |
parent | 4d875e356660d5196df8cd1ccc1e84ddfec429fd (diff) | |
parent | 352409f22230698bc32661b916f708663a4179b5 (diff) | |
download | manaplus-01c43410488f80156f0d47bb3762a1fe2af38b3f.tar.gz manaplus-01c43410488f80156f0d47bb3762a1fe2af38b3f.tar.bz2 manaplus-01c43410488f80156f0d47bb3762a1fe2af38b3f.tar.xz manaplus-01c43410488f80156f0d47bb3762a1fe2af38b3f.zip |
Merge branch 'didyouknow'
Diffstat (limited to 'src/keyboardconfig.cpp')
-rw-r--r-- | src/keyboardconfig.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keyboardconfig.cpp b/src/keyboardconfig.cpp index 6ca3f65c5..ff504ca2d 100644 --- a/src/keyboardconfig.cpp +++ b/src/keyboardconfig.cpp @@ -158,6 +158,8 @@ static KeyData const keyData[KeyboardConfig::KEY_TOTAL] = { {"keyWindowOnline", KeyboardConfig::KEY_NO_VALUE, _("Who Is Online Window"), KeyboardConfig::GRP_DEFAULT | KeyboardConfig::GRP_GUI}, + {"keyWindowDidYouKnow", -1, N_("Did you know Window"), + KeyboardConfig::GRP_DEFAULT | KeyboardConfig::GRP_GUI}, {"keySocialPrevTab", KeyboardConfig::KEY_NO_VALUE, _("Previous Social Tab"), KeyboardConfig::GRP_DEFAULT | KeyboardConfig::GRP_GUI}, |