summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-25 11:23:24 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-25 11:23:24 +0300
commit33a45a81e1e4633cde86dbd028a09b01b9f162e6 (patch)
treef24f92043ace789ad801c13f7bd4a94a80435bf4
parent3b7922ace2174fb2542800b5a6462e2cabba19f2 (diff)
downloadplus-33a45a81e1e4633cde86dbd028a09b01b9f162e6.tar.gz
plus-33a45a81e1e4633cde86dbd028a09b01b9f162e6.tar.bz2
plus-33a45a81e1e4633cde86dbd028a09b01b9f162e6.tar.xz
plus-33a45a81e1e4633cde86dbd028a09b01b9f162e6.zip
Allow assign key to cart window.
-rw-r--r--src/input/pages/windows.cpp18
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,
"",