summaryrefslogtreecommitdiff
path: root/src/wx/fonts_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-16 12:38:58 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-16 12:38:58 +0000
commit3576381aa294d45472ce60034e725a440d638531 (patch)
treeda8a8cfa27bb2972a7426117b26745b62aa482c0 /src/wx/fonts_dialog.h
parented8491f8c5710ad8901021a12c3b187e29201f71 (diff)
Allow setting of font files.
Diffstat (limited to 'src/wx/fonts_dialog.h')
-rw-r--r--src/wx/fonts_dialog.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/wx/fonts_dialog.h b/src/wx/fonts_dialog.h
index 32fc65f45..c7ca789b8 100644
--- a/src/wx/fonts_dialog.h
+++ b/src/wx/fonts_dialog.h
@@ -29,6 +29,10 @@ public:
FontsDialog (wxWindow* parent, boost::shared_ptr<SubtitleContent>);
private:
+ void setup ();
+ void set_file_clicked ();
+
+ boost::weak_ptr<SubtitleContent> _content;
wxListCtrl* _fonts;
- wxButton* _edit;
+ wxButton* _set_file;
};