--- gigedit/trunk/src/gigedit/mainwindow.h 2014/05/18 17:38:25 2559 +++ gigedit/trunk/src/gigedit/mainwindow.h 2014/05/18 18:55:29 2560 @@ -54,7 +54,9 @@ public: PropDialog(); void set_info(DLS::Info* info); + void set_file(gig::File* file); protected: + ChoiceEntry eFileFormat; StringEntry eName; StringEntry eCreationDate; StringEntryMultiLine eComments; @@ -75,6 +77,10 @@ Gtk::HButtonBox buttonBox; Gtk::Button quitButton; Table table; + + gig::File* m_file; + + void onFileFormatChanged(); }; class InstrumentProps : public Gtk::Window,