summaryrefslogtreecommitdiff
path: root/src/wx/text_subtitle_appearance_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/text_subtitle_appearance_dialog.h')
-rw-r--r--src/wx/text_subtitle_appearance_dialog.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/wx/text_subtitle_appearance_dialog.h b/src/wx/text_subtitle_appearance_dialog.h
index feecae543..c67ec8756 100644
--- a/src/wx/text_subtitle_appearance_dialog.h
+++ b/src/wx/text_subtitle_appearance_dialog.h
@@ -21,7 +21,7 @@
#include "table_dialog.h"
#include <boost/shared_ptr.hpp>
-class wxCheckBox;
+class wxRadioButton;
class wxColourPickerCtrl;
class SubtitleContent;
@@ -34,8 +34,9 @@ public:
private:
wxColourPickerCtrl* _colour;
- wxCheckBox* _outline;
- wxColourPickerCtrl* _outline_colour;
+ wxRadioButton* _outline;
+ wxRadioButton* _shadow;
+ wxColourPickerCtrl* _effect_colour;
boost::shared_ptr<SubtitleContent> _content;
};