fix incorrect accumulation of export video options each time the dialog is used
[ardour.git] / gtk2_ardour / add_route_dialog.h
index 351022c1017b3ea575f71cc417bd80d35b420934..ec058dc1307cc5a463437a808bdc0ba642d1e851 100644 (file)
@@ -67,6 +67,7 @@ public:
                AudioBus,
                MidiBus,
                VCAMaster,
+               FoldbackBus,
        };
        TypeWanted type_wanted();
 
@@ -124,13 +125,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;