add to LUA API (new Stripable API)
[ardour.git] / gtk2_ardour / session_dialog.h
index ff630c2cd5a50faa101ac0e02c84cb81418e53da..9d4f08ed974f1fd84bc81399524a60b2b864123f 100644 (file)
@@ -113,6 +113,7 @@ private:
                        add (fullpath);
                        add (sample_rate);
                        add (disk_format);
+                       add (created_with);
                        add (time_modified);
                        add (time_formatted);
                }
@@ -121,6 +122,7 @@ private:
                Gtk::TreeModelColumn<std::string> fullpath;
                Gtk::TreeModelColumn<std::string> sample_rate;
                Gtk::TreeModelColumn<std::string> disk_format;
+               Gtk::TreeModelColumn<std::string> created_with;
                Gtk::TreeModelColumn<int64_t>     time_modified;
                Gtk::TreeModelColumn<std::string> time_formatted;
        };