summaryrefslogtreecommitdiff
path: root/gtk2_ardour/actions.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/actions.h')
-rw-r--r--gtk2_ardour/actions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/actions.h b/gtk2_ardour/actions.h
index 187168e4b4..4557e7f8c4 100644
--- a/gtk2_ardour/actions.h
+++ b/gtk2_ardour/actions.h
@@ -67,6 +67,8 @@ class ActionManager
static void set_sensitive (std::vector<Glib::RefPtr<Gtk::Action> >& actions, bool);
+ static std::string get_key_representation (const std::string& accel_path, Gtk::AccelKey& key);
+
static std::string unbound_string; /* the key string returned if an action is not bound */
static Glib::RefPtr<Gtk::UIManager> ui_manager;