diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-26 22:34:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-26 22:34:19 +0300 |
commit | 76fd633b0042f2ab3a161460ee03c1978e7c0db9 (patch) | |
tree | 49ac22bd396af6329bfdffe69a775de7dedaa553 /src/input/pages | |
parent | f2849928b3eca83581ba77be8bf3b002085fdc9a (diff) | |
download | plus-76fd633b0042f2ab3a161460ee03c1978e7c0db9.tar.gz plus-76fd633b0042f2ab3a161460ee03c1978e7c0db9.tar.bz2 plus-76fd633b0042f2ab3a161460ee03c1978e7c0db9.tar.xz plus-76fd633b0042f2ab3a161460ee03c1978e7c0db9.zip |
Move chat command /dump into actions.
Diffstat (limited to 'src/input/pages')
-rw-r--r-- | src/input/pages/other.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/pages/other.cpp b/src/input/pages/other.cpp index 4931c1216..6bafbf8c3 100644 --- a/src/input/pages/other.cpp +++ b/src/input/pages/other.cpp @@ -280,6 +280,12 @@ SetupActionData setupActionDataOther[] = "", }, { + // TRANSLATORS: input action name + N_("Dump debug information"), + InputAction::DUMP, + "", + }, + { "", InputAction::NO_VALUE, "" |