Make Dropdown menus at least as wide as the button
[ardour.git] / gtk2_ardour / soundcloud_export_selector.cc
index 8ecdf5d49bbb3ddda997f64dcb56243bd697cd13..e7e43adea0a9b16d4f31e4cfdbc1119fb76d1c97 100644 (file)
@@ -30,9 +30,9 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <iostream>
-#include <glib/gstdio.h>
+#include "pbd/gstdio_compat.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace PBD;
 
@@ -71,7 +71,7 @@ SoundcloudExportSelector::SoundcloudExportSelector () :
        sc_table.set_row_spacings (5);
        sc_frame->add (sc_table);
 
-       sc_table.attach ( *(Gtk::manage (new Gtk::Image (get_icon (X_("soundcloud"))))) , 0, 1,  0, 2);
+       sc_table.attach ( *(Gtk::manage (new Gtk::Image (ARDOUR_UI_UTILS::get_icon (X_("soundcloud"))))) , 0, 1,  0, 2);
 
        sc_table.attach (soundcloud_username_label,    0, 1,  1, 2);
        sc_table.attach (soundcloud_username_entry,    1, 3,  1, 2);