summaryrefslogtreecommitdiff
path: root/textscreen/txt_window.c
diff options
context:
space:
mode:
authorSimon Howard2006-09-21 18:25:55 +0000
committerSimon Howard2006-09-21 18:25:55 +0000
commita825be92fb2ed32c5933d43a0c326df5e0862e9e (patch)
tree33e4ac2dbc5447cf334a2836100ba5922d88cece /textscreen/txt_window.c
parent72c7a4ad783891a232d125aea2d3c4213e5dcebb (diff)
downloadchocolate-doom-a825be92fb2ed32c5933d43a0c326df5e0862e9e.tar.gz
chocolate-doom-a825be92fb2ed32c5933d43a0c326df5e0862e9e.tar.bz2
chocolate-doom-a825be92fb2ed32c5933d43a0c326df5e0862e9e.zip
Rename Accept to Select.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 648
Diffstat (limited to 'textscreen/txt_window.c')
-rw-r--r--textscreen/txt_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/txt_window.c b/textscreen/txt_window.c
index 38cc2b2a..ce0692d4 100644
--- a/textscreen/txt_window.c
+++ b/textscreen/txt_window.c
@@ -78,7 +78,7 @@ txt_window_t *TXT_NewWindow(char *title)
// Default actions
TXT_SetWindowAction(win, TXT_HORIZ_LEFT, TXT_NewWindowEscapeAction(win));
- TXT_SetWindowAction(win, TXT_HORIZ_RIGHT, TXT_NewWindowAcceptAction(win));
+ TXT_SetWindowAction(win, TXT_HORIZ_RIGHT, TXT_NewWindowSelectAction(win));
return win;
}