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
This commit is contained in:
Ben Loftis 2009-10-28 15:20:13 +00:00
parent 18dbb55c93
commit 5b7937a084

View 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);