enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / libs / gtkmm2ext / paths_dialog.cc
index 1f3a3b5de640add4436e44e07caa10da000740cf..2f2ff0c5d896e756a8701f15cd3f4e050583d28d 100644 (file)
@@ -18,7 +18,7 @@
 */
 #include <cstdio>
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 #include "pbd/pathexpand.h"
 #include "gtkmm2ext/paths_dialog.h"
 
@@ -26,8 +26,8 @@ using namespace Gtk;
 using namespace std;
 using namespace Gtkmm2ext;
 
-PathsDialog::PathsDialog (std::string title, std::string current_paths, std::string default_paths)
-       : Dialog (title, true)
+PathsDialog::PathsDialog (Gtk::Window& parent, std::string title, std::string current_paths, std::string default_paths)
+       : Dialog (title, parent, true)
        , paths_list_view(1, false, Gtk::SELECTION_SINGLE)
        , add_path_button(_("Add"))
        , remove_path_button(_("Delete"))