[vlc-devel] [PATCH] qt: don't translate ".*" pattern string

Pierre Lamot pierre at videolabs.io
Wed Sep 23 09:23:58 CEST 2020


OK

On 2020-09-23 02:12, Lyndon Brown wrote:
> attached. preview:
> 
> diff --git a/modules/gui/qt/dialogs/open/open_panels.cpp
> b/modules/gui/qt/dialogs/open/open_panels.cpp
> index 3bdaaf5328..d2be788cf8 100644
> --- a/modules/gui/qt/dialogs/open/open_panels.cpp
> +++ b/modules/gui/qt/dialogs/open/open_panels.cpp
> @@ -906,7 +906,7 @@ void CaptureOpenPanel::initialize()
>      QLabel *jackPortsLabel = new QLabel( qtr( "Selected ports:" ) );
>      jackDevLayout->addWidget( jackPortsLabel, 0 , 0 );
> 
> -    jackPortsSelected = new QLineEdit( qtr( ".*") );
> +    jackPortsSelected = new QLineEdit( qfu( ".*" ) );
>      jackPortsSelected->setAlignment( Qt::AlignRight );
>      jackDevLayout->addWidget( jackPortsSelected, 0, 1 );
> 
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list