foxygit / doom Log in
commit a904f5b3ea8ac1a043441dd04976b51221c00bfc
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Sun Sep 24 13:04:40 2006 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Sun Sep 24 13:04:40 2006 +0000

    Fix declaration of TXT_NewWindowSelectAction

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 656
---
 textscreen/txt_window_action.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 */