summaryrefslogtreecommitdiff
path: root/src/input/pages
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-20 13:59:24 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-20 13:59:24 +0300
commit08a6e7e710f34b4363513b6c583ce1a6660c96b5 (patch)
tree5aa4732a26ba00709694a3bf00c322143034d209 /src/input/pages
parente3009cfe9cc0a824450d3e71a0ce8d6b5cd9ff91 (diff)
downloadplus-08a6e7e710f34b4363513b6c583ce1a6660c96b5.tar.gz
plus-08a6e7e710f34b4363513b6c583ce1a6660c96b5.tar.bz2
plus-08a6e7e710f34b4363513b6c583ce1a6660c96b5.tar.xz
plus-08a6e7e710f34b4363513b6c583ce1a6660c96b5.zip
Add action for open yellow bar settings page (quick page).
Diffstat (limited to 'src/input/pages')
-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 396facb49..8d1f8ebc7 100644
--- a/src/input/pages/windows.cpp
+++ b/src/input/pages/windows.cpp
@@ -200,6 +200,12 @@ SetupActionData setupActionDataWindows[] =
"",
},
{
+ // TRANSLATORS: input action name
+ N_("Quick settings window"),
+ InputAction::WINDOW_QUICK_SETTINGS,
+ "",
+ },
+ {
// TRANSLATORS: input action label
N_("Tabs"),
InputAction::NO_VALUE,