summaryrefslogtreecommitdiff
path: root/src/setup/keyboard.c
diff options
context:
space:
mode:
authorSimon Howard2011-10-20 23:06:53 +0000
committerSimon Howard2011-10-20 23:06:53 +0000
commit112bc3fcab6654c20bc980a04d377b5b03044067 (patch)
treec9d5fe1c976fc18483abee2e37803e179a1146d4 /src/setup/keyboard.c
parent383693bad415070e20b66d105d9a6147fd27a39a (diff)
downloadchocolate-doom-112bc3fcab6654c20bc980a04d377b5b03044067.tar.gz
chocolate-doom-112bc3fcab6654c20bc980a04d377b5b03044067.tar.bz2
chocolate-doom-112bc3fcab6654c20bc980a04d377b5b03044067.zip
Change labels in setup tool for Strife popup windows to have more
descriptive names. Subversion-branch: /branches/v2-branch Subversion-revision: 2448
Diffstat (limited to 'src/setup/keyboard.c')
-rw-r--r--src/setup/keyboard.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/setup/keyboard.c b/src/setup/keyboard.c
index 4c74fd4e..42ee71de 100644
--- a/src/setup/keyboard.c
+++ b/src/setup/keyboard.c
@@ -216,9 +216,9 @@ static void ConfigExtraKeys(TXT_UNCAST_ARG(widget), TXT_UNCAST_ARG(unused))
AddKeyControl(table, "End", &key_invend);
AddKeyControl(table, "Query", &key_invquery);
AddKeyControl(table, "Drop", &key_invdrop);
- AddKeyControl(table, "PopWeap", &key_invpop);
- AddKeyControl(table, "PopMiss", &key_mission);
- AddKeyControl(table, "PopKey", &key_invkey);
+ AddKeyControl(table, "Show weapons", &key_invpop);
+ AddKeyControl(table, "Show mission", &key_mission);
+ AddKeyControl(table, "Show keys", &key_invkey);
AddKeyControl(table, "Use", &key_invuse);
AddKeyControl(table, "Use health", &key_usehealth);
}