Do not try to restore Route solo state after clearing all solo state
[ardour.git] / gtk2_ardour / floating_text_entry.cc
index 3e436e53dd5ebac8df546c838749bc68b330f3db..571969d2dcc12559676d848f9679cae21e04cf97 100644 (file)
 #include "gtkmm2ext/doi.h"
 #include "gtkmm2ext/utils.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 FloatingTextEntry::FloatingTextEntry (Gtk::Window* parent, const std::string& initial_contents)
        : Gtk::Window (Gtk::WINDOW_POPUP)
         , entry_changed (false)
        , by_popup_menu (false)
 {
-       set_name (X_("FloatingTextEntry"));
+       //set_name (X_("FloatingTextEntry"));
        set_position (Gtk::WIN_POS_MOUSE);
        set_border_width (0);