add Volumes to folder shortcuts so users are more likely to find their external drive...
authorBen Loftis <ben@glw.com>
Wed, 28 Oct 2009 15:20:13 +0000 (15:20 +0000)
committerBen Loftis <ben@glw.com>
Wed, 28 Oct 2009 15:20:13 +0000 (15:20 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5953 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/sfdb_ui.cc

index 88b233e3300f9d200f58bbe58be9715d5af47053..026d21d26e4eab647b4f290e098dfff67126885f 100644 (file)
@@ -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);