diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-27 14:52:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-27 14:52:10 +0300 |
commit | 45949cf0fbade4f211520926c5e839c68cd01fbb (patch) | |
tree | df264bef9f6876c65d3e1905e374b15739c8f655 /src/input/pages | |
parent | d003da4b7bbf1b37f95c2e8e761fbe3e54b25c7a (diff) | |
download | plus-45949cf0fbade4f211520926c5e839c68cd01fbb.tar.gz plus-45949cf0fbade4f211520926c5e839c68cd01fbb.tar.bz2 plus-45949cf0fbade4f211520926c5e839c68cd01fbb.tar.xz plus-45949cf0fbade4f211520926c5e839c68cd01fbb.zip |
Move chat command /testsdlfont into actions.
Diffstat (limited to 'src/input/pages')
-rw-r--r-- | src/input/pages/other.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/input/pages/other.cpp b/src/input/pages/other.cpp index 06ce2c348..61c6a5a9f 100644 --- a/src/input/pages/other.cpp +++ b/src/input/pages/other.cpp @@ -327,6 +327,14 @@ SetupActionData setupActionDataOther[] = InputAction::DUMP_OGL, "", }, +#if defined USE_OPENGL && defined DEBUG_SDLFONT + { + // TRANSLATORS: input action name + N_("Test SDL font speed"), + InputAction::TEST_SDL_FONT, + "", + }, +#endif { "", InputAction::NO_VALUE, |