diff options
Diffstat (limited to 'src/wx/fonts_dialog.h')
| -rw-r--r-- | src/wx/fonts_dialog.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/wx/fonts_dialog.h b/src/wx/fonts_dialog.h index 26c2a5eaa..e04dc9937 100644 --- a/src/wx/fonts_dialog.h +++ b/src/wx/fonts_dialog.h @@ -32,14 +32,11 @@ public: private: void setup (); - void set_from_file_clicked (); - void set_from_system_clicked (); void setup_sensitivity (); void selection_changed (); - void set_selected_font_file (boost::filesystem::path file); + void edit_clicked (); boost::weak_ptr<SubtitleContent> _content; wxListCtrl* _fonts; - wxButton* _set_from_file; - wxButton* _set_from_system; + wxButton* _edit; }; |
