summaryrefslogtreecommitdiff
path: root/textscreen
diff options
context:
space:
mode:
authorSimon Howard2006-09-24 13:04:40 +0000
committerSimon Howard2006-09-24 13:04:40 +0000
commita904f5b3ea8ac1a043441dd04976b51221c00bfc (patch)
tree58a9ee1e664312139a7f61115a9e9461c0e457dd /textscreen
parentfe4125a1a24abf5d137632122f7acfb629726a24 (diff)
downloadchocolate-doom-a904f5b3ea8ac1a043441dd04976b51221c00bfc.tar.gz
chocolate-doom-a904f5b3ea8ac1a043441dd04976b51221c00bfc.tar.bz2
chocolate-doom-a904f5b3ea8ac1a043441dd04976b51221c00bfc.zip
Fix declaration of TXT_NewWindowSelectAction
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 656
Diffstat (limited to 'textscreen')
-rw-r--r--textscreen/txt_window_action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/txt_window_action.h b/textscreen/txt_window_action.h
index 5487503d..56f5a1b6 100644
--- a/textscreen/txt_window_action.h
+++ b/textscreen/txt_window_action.h
@@ -46,7 +46,7 @@ txt_window_action_t *TXT_NewWindowAbortAction(txt_window_t *window);
// Accept button that does nothing
-txt_window_action_t *TXT_NewWindowAcceptAction(txt_window_t *window);
+txt_window_action_t *TXT_NewWindowSelectAction(txt_window_t *window);
#endif /* #ifndef TXT_WINDOW_ACTION_H */