Consolidate PinDialog Session/recording checks
[ardour.git] / gtk2_ardour / add_route_dialog.h
index a637e1e6b7746b2c8a5ee2b433981869fb96619b..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;
@@ -141,8 +141,8 @@ private:
        void trk_template_row_selected ();
 
        Gtk::TextView trk_template_desc;
-       Gtk::Frame    trk_template_outer_sample;
-       Gtk::Frame    trk_template_desc_sample;
+       Gtk::Frame    trk_template_outer_frame;
+       Gtk::Frame    trk_template_desc_frame;
 
        void reset_template_option_visibility ();
        void new_group_dialog_finished (int, RouteGroupDialog*);