diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-22 19:45:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-22 19:45:54 +0300 |
commit | ca49d54605d272f43b235c86fe788783cf22537a (patch) | |
tree | 0c07d13d5df312adcaace6f95013cbf3f2b33b7b /src/input/pages/pages.cpp | |
parent | ddcdc184c2d9828e647a0734615e6e217332ad5e (diff) | |
download | manaplus-ca49d54605d272f43b235c86fe788783cf22537a.tar.gz manaplus-ca49d54605d272f43b235c86fe788783cf22537a.tar.bz2 manaplus-ca49d54605d272f43b235c86fe788783cf22537a.tar.xz manaplus-ca49d54605d272f43b235c86fe788783cf22537a.zip |
Move options for basic input settings page into separate file.
Diffstat (limited to 'src/input/pages/pages.cpp')
-rw-r--r-- | src/input/pages/pages.cpp | 171 |
1 files changed, 0 insertions, 171 deletions
diff --git a/src/input/pages/pages.cpp b/src/input/pages/pages.cpp index 8894c7791..6b3f8f33a 100644 --- a/src/input/pages/pages.cpp +++ b/src/input/pages/pages.cpp @@ -31,177 +31,6 @@ #include "debug.h" -SetupActionData setupActionDataBasic[] = -{ - { - // TRANSLATORS: input action name - N_("Target and attack keys"), - InputAction::NO_VALUE, - "", - }, - { - // TRANSLATORS: input action name - N_("Attack"), - InputAction::ATTACK, - "", - }, - { - // TRANSLATORS: input action name - N_("Target & Attack"), - InputAction::TARGET_ATTACK, - "", - }, - { - // TRANSLATORS: input action name - N_("Move to Target"), - InputAction::MOVE_TO_TARGET, - "", - }, - { - // TRANSLATORS: input action name - N_("Change Move to Target type"), - InputAction::CHANGE_MOVE_TO_TARGET, - "", - }, - { - // TRANSLATORS: input action name - N_("Move to Home location"), - InputAction::MOVE_TO_HOME, - "", - }, - { - // TRANSLATORS: input action name - N_("Set home location"), - InputAction::SET_HOME, - "", - }, - { - // TRANSLATORS: input action name - N_("Move to navigation point"), - InputAction::MOVE_TO_POINT, - "", - }, - { - // TRANSLATORS: input action name - N_("Talk"), - InputAction::TALK, - "", - }, - { - // TRANSLATORS: input action name - N_("Stop Attack / Modifier key"), - InputAction::STOP_ATTACK, - "", - }, - { - // TRANSLATORS: input action name - N_("Untarget"), - InputAction::UNTARGET, - "", - }, - { - // TRANSLATORS: input action name - N_("Target monster"), - InputAction::TARGET_MONSTER, - "", - }, - { - // TRANSLATORS: input action name - N_("Target closest monster (without filters)"), - InputAction::TARGET_CLOSEST_MONSTER, - "", - }, - { - // TRANSLATORS: input action name - N_("Target NPC"), - InputAction::TARGET_NPC, - "", - }, - { - // TRANSLATORS: input action name - N_("Target Player"), - InputAction::TARGET_PLAYER, - "", - }, - { - // TRANSLATORS: input action name - N_("Other Keys"), - InputAction::NO_VALUE, - "", - }, - { - // TRANSLATORS: input action name - N_("Pickup"), - InputAction::PICKUP, - "", - }, - { - // TRANSLATORS: input action name - N_("Change Pickup Type"), - InputAction::CHANGE_PICKUP_TYPE, - "", - }, - { - // TRANSLATORS: input action name - N_("Sit"), - InputAction::SIT, - "", - }, - { - // TRANSLATORS: input action name - N_("Screenshot"), - InputAction::SCREENSHOT, - "", - }, - { - // TRANSLATORS: input action name - N_("Enable/Disable Trading"), - InputAction::TRADE, - "", - }, - { - // TRANSLATORS: input action name - N_("Open trade window"), - InputAction::OPEN_TRADE, - "", - }, - { - // TRANSLATORS: input action name - N_("Change Map View Mode"), - InputAction::PATHFIND, - "", - }, - { - // TRANSLATORS: input action name - N_("Select OK"), - InputAction::OK, - "", - }, - { - // TRANSLATORS: input action name - N_("Quit"), - InputAction::QUIT, - "", - }, - { - // TRANSLATORS: input action name - N_("Stop or sit"), - InputAction::STOP_SIT, - "", - }, - { - // TRANSLATORS: input action name - N_("Return to safe video mode"), - InputAction::SAFE_VIDEO, - "", - }, - { - "", - InputAction::NO_VALUE, - "" - } -}; - SetupActionData setupActionDataShortcuts[] = { { |