summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--!TTF2f/Res,faebin1644 -> 1644 bytes
-rw-r--r--src/toolbox.c4
2 files changed, 2 insertions, 2 deletions
diff --git a/!TTF2f/Res,fae b/!TTF2f/Res,fae
index d70b2d1..59ed01a 100644
--- a/!TTF2f/Res,fae
+++ b/!TTF2f/Res,fae
Binary files differ
diff --git a/src/toolbox.c b/src/toolbox.c
index 8d2bcb4..de62001 100644
--- a/src/toolbox.c
+++ b/src/toolbox.c
@@ -55,8 +55,8 @@ static ttf2f_message_list messages = {
static ttf2f_message_list tbcodes = {
Convert_Font,
{
- quit_QUIT,
action_ERROR,
+ action_QUIT_QUIT,
0
}
};
@@ -179,7 +179,7 @@ void register_toolbox_handlers(void)
osbool success;
success = event_register_toolbox_handler(event_ANY,
- quit_QUIT, toolbox_event_quit, NULL);
+ action_QUIT_QUIT, toolbox_event_quit, NULL);
if (success == FALSE)
fprintf(stderr, "registering quit_QUIT failed\n");