X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fvideo_panel.cc;h=dd1064d9c58534dff95f31fcb098b5cd3ad9b495;hp=1bf0927865f1f50e1a102214471e74754b7ddf70;hb=e194f0003b60b2607da0822485c56cd8267e78dc;hpb=6d39d3df8e2fed1ec5e13d54ce6cd22c59b69eba diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc index 1bf092786..dd1064d9c 100644 --- a/src/wx/video_panel.cc +++ b/src/wx/video_panel.cc @@ -199,6 +199,7 @@ VideoPanel::VideoPanel (FilmEditor* e) _frame_type->wrapped()->Append (_("2D")); _frame_type->wrapped()->Append (_("3D left/right")); + _frame_type->wrapped()->Append (_("3D top/bottom")); _filters_button->Bind (wxEVT_COMMAND_BUTTON_CLICKED, boost::bind (&VideoPanel::edit_filters_clicked, this)); _colour_conversion_button->Bind (wxEVT_COMMAND_BUTTON_CLICKED, boost::bind (&VideoPanel::edit_colour_conversion_clicked, this));