[vlc-commits] qt: remove unneccessary translation
Lyndon Brown
git at videolan.org
Fri Sep 25 09:26:03 CEST 2020
vlc | branch: master | Lyndon Brown <jnqnfe at gmail.com> | Sat May 25 20:31:16 2019 +0100| [d02ebebfe80abee5bcf578a5141f004f2e192139] | committer: Pierre Lamot
qt: remove unneccessary translation
Signed-off-by: Pierre Lamot <pierre at 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 );
More information about the vlc-commits
mailing list