summaryrefslogtreecommitdiff
path: root/src/client/saveDialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/saveDialog.c')
-rw-r--r--src/client/saveDialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/saveDialog.c b/src/client/saveDialog.c
index 5e17782..81133e7 100644
--- a/src/client/saveDialog.c
+++ b/src/client/saveDialog.c
@@ -126,7 +126,7 @@ void save_dialog_event()
void save_dialog_quit()
{
- unhot_key_register(SDLK_F2);
+ hot_key_unregister(SDLK_F2);
label_destroy(widgetLabelMsg);
text_field_destroy(widgetTextFieldName);