add missing include
[ardour.git] / gtk2_ardour / midi_port_dialog.cc
index 4aaa620399f0775d09dfffb949ddb6960180efab..20904faa59dadea727921305321118c0a1767fde 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Paul Davis 
+    Copyright (C) 2012 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@
 
 #include "midi_port_dialog.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace PBD;
@@ -42,7 +42,6 @@ MidiPortDialog::MidiPortDialog ()
        set_modal (true);
        set_skip_taskbar_hint (true);
        set_resizable (false);
-       set_position (Gtk::WIN_POS_MOUSE);
        set_name (N_("MidiPortDialog"));
 
        vector<string> str = internationalize (PACKAGE, mode_strings);