summaryrefslogtreecommitdiff
path: root/libs/widgets/paths_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/widgets/paths_dialog.cc')
-rw-r--r--libs/widgets/paths_dialog.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/widgets/paths_dialog.cc b/libs/widgets/paths_dialog.cc
index 6d2350fa67..f643f66582 100644
--- a/libs/widgets/paths_dialog.cc
+++ b/libs/widgets/paths_dialog.cc
@@ -25,6 +25,9 @@
#include "pbd/i18n.h"
#include "pbd/pathexpand.h"
+
+#include "gtkmm2ext/utils.h"
+
#include "widgets/paths_dialog.h"
using namespace Gtk;
@@ -112,6 +115,7 @@ PathsDialog::selection_changed () {
void
PathsDialog::add_path() {
Gtk::FileChooserDialog d (_("Add folder to search path"), Gtk::FILE_CHOOSER_ACTION_SELECT_FOLDER);
+ Gtkmm2ext::add_volume_shortcuts (d);
std::vector<int> selection = paths_list_view.get_selected();
if (selection.size() == 1 ) {