summaryrefslogtreecommitdiff
path: root/src/input/pages
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-27 12:32:16 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-27 12:32:16 +0300
commit7c87b2ac8e01307e603bd85420f8d10724a296e6 (patch)
treea653847183daa2bcb64f90d37893f549a2bcb6df /src/input/pages
parenteade4818db87cc41e4c014688e5ee0d15ede6912 (diff)
downloadmv-7c87b2ac8e01307e603bd85420f8d10724a296e6.tar.gz
mv-7c87b2ac8e01307e603bd85420f8d10724a296e6.tar.bz2
mv-7c87b2ac8e01307e603bd85420f8d10724a296e6.tar.xz
mv-7c87b2ac8e01307e603bd85420f8d10724a296e6.zip
Move chat command /dumpgl into actions.
Diffstat (limited to 'src/input/pages')
-rw-r--r--src/input/pages/other.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/pages/other.cpp b/src/input/pages/other.cpp
index 338f947c4..4ade43d61 100644
--- a/src/input/pages/other.cpp
+++ b/src/input/pages/other.cpp
@@ -305,6 +305,12 @@ SetupActionData setupActionDataOther[] =
},
{
// TRANSLATORS: input action name
+ N_("Print OpenGL version in chat"),
+ InputAction::DUMP_GL,
+ "",
+ },
+ {
+ // TRANSLATORS: input action name
N_("Dump environments into log"),
InputAction::DUMP_ENVIRONMENT,
"",