diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-27 02:33:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-27 02:33:48 +0300 |
commit | eade4818db87cc41e4c014688e5ee0d15ede6912 (patch) | |
tree | 422a84ea0dc5444fad986a75b6c783f83a111aec /src/input/pages | |
parent | 1b27066e2d98c82b0bf135188ebb57e16af669df (diff) | |
download | plus-eade4818db87cc41e4c014688e5ee0d15ede6912.tar.gz plus-eade4818db87cc41e4c014688e5ee0d15ede6912.tar.bz2 plus-eade4818db87cc41e4c014688e5ee0d15ede6912.tar.xz plus-eade4818db87cc41e4c014688e5ee0d15ede6912.zip |
Move chat command /dumpogl 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 e91bd40b4..338f947c4 100644 --- a/src/input/pages/other.cpp +++ b/src/input/pages/other.cpp @@ -310,6 +310,12 @@ SetupActionData setupActionDataOther[] = "", }, { + // TRANSLATORS: input action name + N_("Dump OpenGL state into log"), + InputAction::DUMP_OGL, + "", + }, + { "", InputAction::NO_VALUE, "" |