diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-16 12:38:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-16 12:38:58 +0000 |
| commit | 3576381aa294d45472ce60034e725a440d638531 (patch) | |
| tree | da8a8cfa27bb2972a7426117b26745b62aa482c0 /src/wx/fonts_dialog.h | |
| parent | ed8491f8c5710ad8901021a12c3b187e29201f71 (diff) | |
Allow setting of font files.
Diffstat (limited to 'src/wx/fonts_dialog.h')
| -rw-r--r-- | src/wx/fonts_dialog.h | 6 |
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; }; |
