summaryrefslogtreecommitdiff
path: root/src/wx/fonts_dialog.h
diff options
context:
space:
mode:
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;
};