diff options
| author | Dusan Durech <dusan@debian.debian> | 2009-04-12 23:22:23 +0200 |
|---|---|---|
| committer | Dusan Durech <dusan@debian.debian> | 2009-04-12 23:22:23 +0200 |
| commit | 135d593deef607dcf5c8f5dabcd579ea1719fe01 (patch) | |
| tree | 15ddf0e546ed7e9a14ac60a1d01feb8552277b22 /src/client/saveDialog.c | |
| parent | 0287f62578cb4aa643649a9d62dc753586b16b30 (diff) | |
fix bad prefixes and names every one
Diffstat (limited to 'src/client/saveDialog.c')
| -rw-r--r-- | src/client/saveDialog.c | 2 |
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); |