summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorSimon Howard2006-09-28 17:27:22 +0000
committerSimon Howard2006-09-28 17:27:22 +0000
commit196e21dc30f6f2092992cdba5164a8985da41ecf (patch)
treec8b6aca01e55a473017670c1121c156e7603405f /setup
parentd39f279c74067717be18d60061fc8c10f12ef80b (diff)
downloadchocolate-doom-196e21dc30f6f2092992cdba5164a8985da41ecf.tar.gz
chocolate-doom-196e21dc30f6f2092992cdba5164a8985da41ecf.tar.bz2
chocolate-doom-196e21dc30f6f2092992cdba5164a8985da41ecf.zip
Add missing ellipsis to "Add WADs..."
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 678
Diffstat (limited to 'setup')
-rw-r--r--setup/multiplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/multiplayer.c b/setup/multiplayer.c
index 400c047a..12609b6c 100644
--- a/setup/multiplayer.c
+++ b/setup/multiplayer.c
@@ -309,7 +309,7 @@ void JoinMultiGame(void)
TXT_AddWidget(window, TXT_NewButton2("Add extra parameters...",
OpenExtraParamsWindow, NULL));
- TXT_AddWidget(window, TXT_NewButton2("Add WADs", OpenWadsWindow, NULL));
+ TXT_AddWidget(window, TXT_NewButton2("Add WADs...", OpenWadsWindow, NULL));
TXT_SetWindowAction(window, TXT_HORIZ_RIGHT, StartGameAction());
}