Tidy up ScreensPanel code a bit.
[dcpomatic.git] / src / wx / fonts_dialog.h
index 0d4bcfd7e8752b79980e9c0193e14606e8dc84c1..e04dc9937035407362eb25ac8c7401a8686dd6f9 100644 (file)
@@ -20,6 +20,8 @@
 #include <wx/listctrl.h>
 #include <wx/wx.h>
 #include <boost/shared_ptr.hpp>
+#include <boost/weak_ptr.hpp>
+#include <boost/filesystem.hpp>
 
 class SubtitleContent;
 
@@ -30,11 +32,11 @@ public:
 
 private:
        void setup ();
-       void set_file_clicked ();
-       void update_sensitivity ();
+       void setup_sensitivity ();
        void selection_changed ();
+       void edit_clicked ();
 
        boost::weak_ptr<SubtitleContent> _content;
        wxListCtrl* _fonts;
-       wxButton* _set_file;
+       wxButton* _edit;
 };