Consolidate PinDialog Session/recording checks
[ardour.git] / gtk2_ardour / add_route_dialog.h
index 9fc0403b766009ea7350f97a3f3f34d5f9990513..e5622db3bae2b9f712f638d336c2176db5eaf6d3 100644 (file)
@@ -124,13 +124,13 @@ private:
                        add (name);
                        add (path);
                        add (description);
-                       add (created_with);
+                       add (modified_with);
                }
 
                Gtk::TreeModelColumn<std::string> name;
                Gtk::TreeModelColumn<std::string> path;
                Gtk::TreeModelColumn<std::string> description;
-               Gtk::TreeModelColumn<std::string> created_with;
+               Gtk::TreeModelColumn<std::string> modified_with;
        };
 
        TrackTemplateColumns track_template_columns;
@@ -157,7 +157,7 @@ private:
        typedef std::vector<ChannelSetup> ChannelSetups;
        ChannelSetups channel_setups;
 
-       static std::vector<std::string> builtin_types;
+       static std::vector<std::pair<std::string, std::string> > builtin_types;
        static std::vector<std::string> channel_combo_strings;
        static std::vector<std::string> bus_mode_strings;