mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
make import menu item work again
git-svn-id: svn://localhost/ardour2/trunk@2569 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fc9ab1ccbd
commit
b0f9c38c2e
1 changed files with 3 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ Editor::register_actions ()
|
||||||
ActionManager::register_action (editor_actions, X_("Timecode"), _("Timecode fps"));
|
ActionManager::register_action (editor_actions, X_("Timecode"), _("Timecode fps"));
|
||||||
ActionManager::register_action (editor_actions, X_("Pullup"), _("Pullup / Pulldown"));
|
ActionManager::register_action (editor_actions, X_("Pullup"), _("Pullup / Pulldown"));
|
||||||
ActionManager::register_action (editor_actions, X_("Subframes"), _("Subframes"));
|
ActionManager::register_action (editor_actions, X_("Subframes"), _("Subframes"));
|
||||||
ActionManager::register_action (editor_actions, X_("addExistingAudioFiles"), _("Add Existing Audio"));
|
|
||||||
|
|
||||||
/* add named actions for the editor */
|
/* add named actions for the editor */
|
||||||
|
|
||||||
|
|
@ -382,6 +382,8 @@ Editor::register_actions ()
|
||||||
|
|
||||||
/* the next two are duplicate items with different names for use in two different contexts */
|
/* the next two are duplicate items with different names for use in two different contexts */
|
||||||
|
|
||||||
|
ActionManager::register_action (editor_actions, X_("addExistingAudioFiles"), _("Add Existing Audio"), mem_fun (*this, &Editor::external_audio_dialog));
|
||||||
|
|
||||||
act = ActionManager::register_action (editor_actions, X_("addExternalAudioToRegionList"), _("Add External Audio"), bind (mem_fun(*this, &Editor::add_external_audio_action), ImportAsRegion));
|
act = ActionManager::register_action (editor_actions, X_("addExternalAudioToRegionList"), _("Add External Audio"), bind (mem_fun(*this, &Editor::add_external_audio_action), ImportAsRegion));
|
||||||
ActionManager::session_sensitive_actions.push_back (act);
|
ActionManager::session_sensitive_actions.push_back (act);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue