summaryrefslogtreecommitdiff
path: root/plugins/gtkui/hotkeys.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-18 22:40:47 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-18 22:40:47 +0200
commit7aeafceb829c96f8a01b693759d9933922238ea1 (patch)
tree86f58346ad14cfb215fb9960f3f2bd6d92fc9fd9 /plugins/gtkui/hotkeys.h
parent3d8d583773aaaed79382b3c7aac0f33e6b1f1e02 (diff)
gtkui: added prefwin button to reset hotkeys to defaults
Diffstat (limited to 'plugins/gtkui/hotkeys.h')
-rw-r--r--plugins/gtkui/hotkeys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/gtkui/hotkeys.h b/plugins/gtkui/hotkeys.h
index d066100b..48996c06 100644
--- a/plugins/gtkui/hotkeys.h
+++ b/plugins/gtkui/hotkeys.h
@@ -38,5 +38,8 @@ find_action_by_name (const char *command);
void
set_button_action_label (const char *act, int action_ctx, GtkWidget *button);
+void
+gtkui_set_default_hotkeys (void);
+
#endif // __GTKUI_HOTKEYS_H