summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-02-13 04:26:38 +0300
committerAndrei Karas <akaras@inbox.ru>2018-02-13 04:28:32 +0300
commit9c40e3538a0cd3faf70206793c3dc76f5cc00a3d (patch)
tree6e2ad851dc4215ee55642688bf0076bb6e1b014e
parentacba95ebb0119e7b0f9ef01d9bf3577582857253 (diff)
downloadplus-9c40e3538a0cd3faf70206793c3dc76f5cc00a3d.tar.gz
plus-9c40e3538a0cd3faf70206793c3dc76f5cc00a3d.tar.bz2
plus-9c40e3538a0cd3faf70206793c3dc76f5cc00a3d.tar.xz
plus-9c40e3538a0cd3faf70206793c3dc76f5cc00a3d.zip
Allow set shortcut to clan window.
-rw-r--r--src/input/pages/windows.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/pages/windows.cpp b/src/input/pages/windows.cpp
index 216829d69..4d1945918 100644
--- a/src/input/pages/windows.cpp
+++ b/src/input/pages/windows.cpp
@@ -204,6 +204,12 @@ SetupActionData setupActionDataWindows[] =
"",
},
{
+ // TRANSLATORS: input action name
+ N_("Clan window"),
+ InputAction::WINDOW_CLAN,
+ "",
+ },
+ {
// TRANSLATORS: input action label
N_("Tabs"),
InputAction::NO_VALUE,