Add menu option to insert program changes.
[ardour.git] / gtk2_ardour / export_filename_selector.h
index cfe909a46bbb3ab84e054e3e63a81e30dd19fa93..d2b77a16f5bd658d875bfe78098e8ca4ec4e61e8 100644 (file)
@@ -88,7 +88,7 @@ class ExportFilenameSelector : public Gtk::VBox, public ARDOUR::SessionHandlePtr
        {
          public:
                Gtk::TreeModelColumn<DateFormat>     format;
-               Gtk::TreeModelColumn<Glib::ustring>  label;
+               Gtk::TreeModelColumn<std::string>  label;
 
                DateFormatCols () { add(format); add(label); }
        };
@@ -104,7 +104,7 @@ class ExportFilenameSelector : public Gtk::VBox, public ARDOUR::SessionHandlePtr
        {
          public:
                Gtk::TreeModelColumn<TimeFormat>     format;
-               Gtk::TreeModelColumn<Glib::ustring>  label;
+               Gtk::TreeModelColumn<std::string>  label;
 
                TimeFormatCols () { add(format); add(label); }
        };