summaryrefslogtreecommitdiff
path: root/textscreen/txt_window_action.h
diff options
context:
space:
mode:
authorSimon Howard2006-08-31 18:11:07 +0000
committerSimon Howard2006-08-31 18:11:07 +0000
commitb20f94345cd4eb779acf08f3017d02d56aaad9a6 (patch)
treed421ffa271da57f7acc5ee2a71eb363542efa239 /textscreen/txt_window_action.h
parent4306fa59932ef037855d8b783245987377038477 (diff)
downloadchocolate-doom-b20f94345cd4eb779acf08f3017d02d56aaad9a6.tar.gz
chocolate-doom-b20f94345cd4eb779acf08f3017d02d56aaad9a6.tar.bz2
chocolate-doom-b20f94345cd4eb779acf08f3017d02d56aaad9a6.zip
Change name of escape window actions to 'Close' and add a separate
'Abort' button creator. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 575
Diffstat (limited to 'textscreen/txt_window_action.h')
-rw-r--r--textscreen/txt_window_action.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/textscreen/txt_window_action.h b/textscreen/txt_window_action.h
index 80e1d3e5..57028b80 100644
--- a/textscreen/txt_window_action.h
+++ b/textscreen/txt_window_action.h
@@ -43,6 +43,10 @@ txt_window_action_t *TXT_NewWindowAction(int key, char *label);
txt_window_action_t *TXT_NewWindowEscapeAction(txt_window_t *window);
+// Same as above, but the button is named "abort"
+
+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);