]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
WxWidgets: use wraptext in UTF-8 mode as that is the codeset for gettext
[vlc] / modules / gui / wxwidgets / dialogs / preferences_widgets.cpp
index 10f3cb2fbc37b5e35796294f44fc08ed36f40b21..8729f66c4490c3591274c9ff0f126324b9fd7188 100644 (file)
@@ -430,7 +430,7 @@ ModuleListCatConfigControl::ModuleListCatConfigControl( vlc_object_t *p_this,
     text->SetToolTip( wxU(p_item->psz_longtext) );
     sizer->Add(text, 0, wxEXPAND|wxALL, 5 );
 
-    sizer->Add (new wxStaticText( this, -1, wxU( vlc_wraptext( _("Select modules that you want. To get more advanced control, you can also modify the resulting chain by yourself") , 72, 1 ) ) ) );
+    sizer->Add (new wxStaticText( this, -1, wxU( vlc_wraptext( _("Select modules that you want. To get more advanced control, you can also modify the resulting chain by yourself") , 72 ) ) ) );
 
     sizer->Layout();
     this->SetSizerAndFit( sizer );