diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-25 11:23:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-25 11:23:24 +0300 |
commit | 33a45a81e1e4633cde86dbd028a09b01b9f162e6 (patch) | |
tree | f24f92043ace789ad801c13f7bd4a94a80435bf4 /src/input/pages/windows.cpp | |
parent | 3b7922ace2174fb2542800b5a6462e2cabba19f2 (diff) | |
download | plus-33a45a81e1e4633cde86dbd028a09b01b9f162e6.tar.gz plus-33a45a81e1e4633cde86dbd028a09b01b9f162e6.tar.bz2 plus-33a45a81e1e4633cde86dbd028a09b01b9f162e6.tar.xz plus-33a45a81e1e4633cde86dbd028a09b01b9f162e6.zip |
Allow assign key to cart window.
Diffstat (limited to 'src/input/pages/windows.cpp')
-rw-r--r-- | src/input/pages/windows.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/input/pages/windows.cpp b/src/input/pages/windows.cpp index 41a538326..396facb49 100644 --- a/src/input/pages/windows.cpp +++ b/src/input/pages/windows.cpp @@ -32,6 +32,12 @@ SetupActionData setupActionDataWindows[] = { { + // TRANSLATORS: input action label + N_("Windows"), + InputAction::NO_VALUE, + "", + }, + { // TRANSLATORS: input action name N_("Show Windows Menu"), InputAction::SHOW_WINDOWS, @@ -189,6 +195,18 @@ SetupActionData setupActionDataWindows[] = }, { // TRANSLATORS: input action name + N_("Cart window"), + InputAction::WINDOW_CART, + "", + }, + { + // TRANSLATORS: input action label + N_("Tabs"), + InputAction::NO_VALUE, + "", + }, + { + // TRANSLATORS: input action name N_("Previous Social Tab"), InputAction::PREV_SOCIAL_TAB, "", |