From 5b7937a0846b77abeefbeef4d3771215cf1366c1 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Wed, 28 Oct 2009 15:20:13 +0000 Subject: [PATCH] add Volumes to folder shortcuts so users are more likely to find their external drives. this should apply to 3.0 also git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5953 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/sfdb_ui.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc index 88b233e330..026d21d26e 100644 --- a/gtk2_ardour/sfdb_ui.cc +++ b/gtk2_ardour/sfdb_ui.cc @@ -410,6 +410,10 @@ SoundFileBrowser::SoundFileBrowser (Gtk::Window& parent, string title, ARDOUR::S chooser.add_shortcut_folder_uri("file:///Library/Application Support/GarageBand/Instrument Library/Sampler/Sampler Files"); } +#ifdef GTKOSX + chooser.add_shortcut_folder_uri("file:///Volumes"); +#endif + //add the file chooser { chooser.set_border_width (12);