diff --git a/gtk2_ardour/stripable_colorpicker.cc b/gtk2_ardour/stripable_colorpicker.cc index 6b92a94dc6..6f89e615f3 100644 --- a/gtk2_ardour/stripable_colorpicker.cc +++ b/gtk2_ardour/stripable_colorpicker.cc @@ -16,6 +16,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include "pbd/compose.h" +#include "pbd/i18n.h" + #include "stripable_colorpicker.h" #include "utils.h" @@ -49,6 +52,7 @@ StripableColorDialog::popup (boost::shared_ptr s) } _stripable = s; + set_title (string_compose (_("Color Selection: %1"), s->name())); get_colorsel()->set_has_opacity_control (false); get_colorsel()->set_has_palette (true);