Fix incorrect preview of italic subtitles (#728).
[dcpomatic.git] / src / wx / fonts_dialog.h
index 26c2a5eaa1848247152674e1abb9708bbbcce69a..e04dc9937035407362eb25ac8c7401a8686dd6f9 100644 (file)
@@ -32,14 +32,11 @@ public:
 
 private:
        void setup ();
-       void set_from_file_clicked ();
-       void set_from_system_clicked ();
        void setup_sensitivity ();
        void selection_changed ();
-       void set_selected_font_file (boost::filesystem::path file);
+       void edit_clicked ();
 
        boost::weak_ptr<SubtitleContent> _content;
        wxListCtrl* _fonts;
-       wxButton* _set_from_file;
-       wxButton* _set_from_system;
+       wxButton* _edit;
 };