Use pofilter to check i18n and fix some .po file glitches.
[dcpomatic.git] / src / wx / timeline_dialog.h
index c970b3b41295c2194f5a04c5fb8598f2a0b21247..1aff36c8ccb629395cee4c46c2e20d41022fda4d 100644 (file)
@@ -33,13 +33,12 @@ public:
        void set_selection (ContentList selection);
 
 private:
-       void snap_toggled ();
-       void sequence_toggled ();
-       void film_changed (Film::Property);
+       void film_change (ChangeType type, Film::Property);
+       void tool_clicked (wxCommandEvent& id);
+       wxString bitmap_path (std::string name);
 
        boost::weak_ptr<Film> _film;
        Timeline _timeline;
-       wxCheckBox* _snap;
-       wxCheckBox* _sequence;
+       wxToolBar* _toolbar;
        boost::signals2::scoped_connection _film_changed_connection;
 };