vlc | branch: master | Lyndon Brown <jnq...@gmail.com> | Sat May 25 20:31:16 
2019 +0100| [d02ebebfe80abee5bcf578a5141f004f2e192139] | committer: Pierre Lamot

qt: remove unneccessary translation

Signed-off-by: Pierre Lamot <pie...@videolabs.io>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d02ebebfe80abee5bcf578a5141f004f2e192139
---

 modules/gui/qt/dialogs/open/open_panels.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to