mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 12:26:07 +01:00
add shortcut to Volumes when opening sessions. needs testing on osx
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6754 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1007b60ae7
commit
78d4825b1e
1 changed files with 4 additions and 0 deletions
|
|
@ -430,6 +430,10 @@ printf("system template path = %s\n", sys_templates_path.c_str());
|
|||
m_open_filechooser->set_current_folder(getenv ("HOME"));
|
||||
m_open_filechooser->set_title(_("select session file"));
|
||||
|
||||
#ifdef GTKOSX
|
||||
m_open_filechooser->add_shortcut_folder_uri("file:///Volumes");
|
||||
#endif
|
||||
|
||||
Gtk::FileFilter* template_filter = manage (new (Gtk::FileFilter));
|
||||
template_filter->add_pattern(X_("*.ardour"));
|
||||
template_filter->add_pattern(X_("*.ardour.bak"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue