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

Lyndon Brown jnqnfe at gmail.com
Wed Sep 23 02:12:55 CEST 2020


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 );
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: qt_pt.patch
Type: text/x-patch
Size: 842 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20200923/c0865770/attachment.bin>


More information about the vlc-devel mailing list