From 86c32589a9ebd2ebe2222859f647efc3a3b4eed8 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sat, 30 Jun 2007 17:50:41 +0000 Subject: [PATCH] Cosmetics --- src/mmg/tab_input_format.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mmg/tab_input_format.cpp b/src/mmg/tab_input_format.cpp index c6a690584..806b0d171 100644 --- a/src/mmg/tab_input_format.cpp +++ b/src/mmg/tab_input_format.cpp @@ -118,7 +118,7 @@ tab_input_format::tab_input_format(wxWindow *parent, siz_fg->Add(cob_fourcc, 1, wxGROW | wxALIGN_CENTER_VERTICAL | wxALL, STDSPACING); - st_stereo_mode = new wxStaticText(this, -1, wxT("Stereo mode:")); + st_stereo_mode = new wxStaticText(this, -1, wxT("Stereoscopy:")); st_stereo_mode->Enable(false); siz_fg->Add(st_stereo_mode, 0, wxALIGN_CENTER_VERTICAL | wxALL, STDSPACING);