diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-24 23:06:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-24 23:06:40 +0100 |
| commit | 92112105d96ed0193031cce21d1197ce29dfecc2 (patch) | |
| tree | 0c6862569b73cee49b83d206898fb5d69d4cef23 /src/wx/video_panel.h | |
| parent | e875c2935a4031fd5d50864b20a432c343f48248 (diff) | |
Restore video content frame rate information.
Diffstat (limited to 'src/wx/video_panel.h')
| -rw-r--r-- | src/wx/video_panel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index 4bd526d49..5a2281150 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -42,7 +42,7 @@ private: void ratio_changed (); void frame_type_changed (); - void setup_scaling_description (); + void setup_description (); wxChoice* _frame_type; wxSpinCtrl* _left_crop; @@ -51,7 +51,7 @@ private: wxSpinCtrl* _bottom_crop; wxChoice* _ratio; wxStaticText* _ratio_description; - wxStaticText* _scaling_description; + wxStaticText* _description; wxStaticText* _filters; wxButton* _filters_button; }; |
