summaryrefslogtreecommitdiff
path: root/src/input/pages/pages.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-22 23:05:57 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-22 23:05:57 +0300
commita8a7d6dcfc39c3c6c2faa23de21d0a5fc9332818 (patch)
treea57969ad30c4755b207ae029bd1d0362ffe31292 /src/input/pages/pages.cpp
parentc98b8c1a210a2f3f6846e9e77077d0a968bcb9af (diff)
downloadplus-a8a7d6dcfc39c3c6c2faa23de21d0a5fc9332818.tar.gz
plus-a8a7d6dcfc39c3c6c2faa23de21d0a5fc9332818.tar.bz2
plus-a8a7d6dcfc39c3c6c2faa23de21d0a5fc9332818.tar.xz
plus-a8a7d6dcfc39c3c6c2faa23de21d0a5fc9332818.zip
Move options for chat input settings page into separate file.
Diffstat (limited to 'src/input/pages/pages.cpp')
-rw-r--r--src/input/pages/pages.cpp124
1 files changed, 0 insertions, 124 deletions
diff --git a/src/input/pages/pages.cpp b/src/input/pages/pages.cpp
index 74cc4e17e..06adbbc7b 100644
--- a/src/input/pages/pages.cpp
+++ b/src/input/pages/pages.cpp
@@ -31,130 +31,6 @@
#include "debug.h"
-SetupActionData setupActionDataChat[] =
-{
- {
- // TRANSLATORS: input action name
- N_("Toggle Chat"),
- InputAction::TOGGLE_CHAT,
- "",
- },
- {
- // TRANSLATORS: input action name
- N_("Scroll Chat Up"),
- InputAction::SCROLL_CHAT_UP,
- "",
- },
- {
- // TRANSLATORS: input action name
- N_("Scroll Chat Down"),
- InputAction::SCROLL_CHAT_DOWN,
- "",
- },
- {
- // TRANSLATORS: input action name
- N_("Previous Chat Tab"),
- InputAction::PREV_CHAT_TAB,
- "",
- },
- {
- // TRANSLATORS: input action name
- N_("Next Chat Tab"),
- InputAction::NEXT_CHAT_TAB,
- "",
- },
- {
- // TRANSLATORS: input action name
- N_("Close current Chat Tab"),
- InputAction::CLOSE_CHAT_TAB,
- "",
- },
- {
- // TRANSLATORS: input action name
- N_("Previous chat line"),
- InputAction::CHAT_PREV_HISTORY,
- "",
- },
- {
- // TRANSLATORS: input action name
- N_("Next chat line"),
- InputAction::CHAT_NEXT_HISTORY,
- "",
- },
- {
- // TRANSLATORS: input action name
- N_("Chat modifier key"),
- InputAction::CHAT_MOD,
- "",
- },
- {
- // TRANSLATORS: input action name
- N_("Show smiles"),
- InputAction::GUI_F1,
- "",
- },
- {
- "F2",
- InputAction::GUI_F2,
- "",
- },
- {
- "F3",
- InputAction::GUI_F3,
- "",
- },
- {
- "F4",
- InputAction::GUI_F4,
- "",
- },
- {
- "F5",
- InputAction::GUI_F5,
- "",
- },
- {
- "F6",
- InputAction::GUI_F6,
- "",
- },
- {
- "F7",
- InputAction::GUI_F7,
- "",
- },
- {
- "F8",
- InputAction::GUI_F8,
- "",
- },
- {
- "F9",
- InputAction::GUI_F9,
- "",
- },
- {
- "F10",
- InputAction::GUI_F10,
- "",
- },
- {
- "F11",
- InputAction::GUI_F11,
- "",
- },
- {
- "F12",
- InputAction::GUI_F12,
- "",
- },
- {
- "",
- InputAction::NO_VALUE,
- ""
- }
-};
-
SetupActionData setupActionDataOther[] =
{
{