diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-20 13:59:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-20 13:59:24 +0300 |
commit | 08a6e7e710f34b4363513b6c583ce1a6660c96b5 (patch) | |
tree | 5aa4732a26ba00709694a3bf00c322143034d209 /src/input/pages | |
parent | e3009cfe9cc0a824450d3e71a0ce8d6b5cd9ff91 (diff) | |
download | plus-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.cpp | 6 |
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, |