--- gigedit/trunk/src/gigedit/MacroEditor.h 2017/05/15 18:44:32 3183 +++ gigedit/trunk/src/gigedit/MacroEditor.h 2017/05/17 12:28:39 3184 @@ -23,6 +23,7 @@ #include "compat.h" #include #include +#include "wrapLabel.hh" #include "ManagedWindow.h" /** @brief Editor for gigedit macros. @@ -56,7 +57,11 @@ Gtk::HButtonBox m_buttonBoxL; Gtk::HButtonBox m_buttonBox; Gtk::ScrolledWindow m_scrolledWindow; - //Gtk::Label m_labelIntro; +#if GTKMM_MAJOR_VERSION < 3 + view::WrapLabel m_labelIntro; +#else + Gtk::Label m_labelIntro; +#endif class ComboOptionsModel : public Gtk::TreeModel::ColumnRecord { public: