Tidy up language configuration a bit.
[dcpomatic.git] / src / wx / fonts_dialog.h
index c7ca789b8e069fcbfd82e9ecd40053d694e5eb3e..e04dc9937035407362eb25ac8c7401a8686dd6f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -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,9 +32,11 @@ public:
 
 private:
        void setup ();
-       void set_file_clicked ();
-       
+       void setup_sensitivity ();
+       void selection_changed ();
+       void edit_clicked ();
+
        boost::weak_ptr<SubtitleContent> _content;
        wxListCtrl* _fonts;
-       wxButton* _set_file;
+       wxButton* _edit;
 };