Commit ce0c0708 authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwindows/open.cpp: simplified a string (sorry for the...

* modules/gui/wxwindows/open.cpp: simplified a string (sorry for the translations) because it was making the open dialog way too big.
parent 58190b76
......@@ -608,11 +608,11 @@ wxPanel *OpenDialog::DiscPanel( wxWindow* parent )
static const wxString disc_type_array[] =
{
wxU(_("DVD (menus support)")),
wxU(_("DVD (menus)")),
wxU(_("DVD")),
wxU(_("VCD")),
wxU(_("Audio CD")),
wxU(_("DVD (experimental)"))
wxU(_("DVD (test)"))
};
disc_type = new wxRadioBox( panel, DiscType_Event, wxU(_("Disc type")),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment