diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-27 15:50:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-27 15:50:50 +0300 |
commit | fda230f1a8a6399c2507c7e39cd714d8aefc712d (patch) | |
tree | 9d974937357862a1d5d9b4ec83fc97a90719f7b4 /src/input/pages/other.cpp | |
parent | abdc57a4acfa490ee34985b56b2d985266ccc7e4 (diff) | |
download | mv-fda230f1a8a6399c2507c7e39cd714d8aefc712d.tar.gz mv-fda230f1a8a6399c2507c7e39cd714d8aefc712d.tar.bz2 mv-fda230f1a8a6399c2507c7e39cd714d8aefc712d.tar.xz mv-fda230f1a8a6399c2507c7e39cd714d8aefc712d.zip |
Move chat command /testparticle into actions.
Diffstat (limited to 'src/input/pages/other.cpp')
-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 61c6a5a9f..aaa0067e0 100644 --- a/src/input/pages/other.cpp +++ b/src/input/pages/other.cpp @@ -269,6 +269,12 @@ SetupActionData setupActionDataOther[] = }, { // TRANSLATORS: input action name + N_("Disable debug particle"), + InputAction::TEST_PARTICLE, + "", + }, + { + // TRANSLATORS: input action name N_("Print configured directories in chat"), InputAction::DIRS, "", |