[vlc-commits] Qt: Missing .
Jean-Baptiste Kempf
git at videolan.org
Mon Feb 20 19:19:55 CET 2012
vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Feb 20 19:17:17 2012 +0100| [18169aa31a3d988ad029b2e6fb698fcadf8589af] | committer: Jean-Baptiste Kempf
Qt: Missing .
(cherry picked from commit d907f11b8baa3bcac6bb6f7fcae7bf6f5061b2a9)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=18169aa31a3d988ad029b2e6fb698fcadf8589af
---
modules/gui/qt4/dialogs/plugins.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/dialogs/plugins.cpp b/modules/gui/qt4/dialogs/plugins.cpp
index 8e9b5a3..74955e0 100644
--- a/modules/gui/qt4/dialogs/plugins.cpp
+++ b/modules/gui/qt4/dialogs/plugins.cpp
@@ -195,7 +195,7 @@ ExtensionTab::ExtensionTab( intf_thread_t *p_intf )
QLabel *notice = new QLabel( qtr("Get more extensions from")
+ QString( " <a href=\"http://addons.videolan.org/\">"
- "addons.videolan.org</a>" ) );
+ "addons.videolan.org</a>." ) );
notice->setOpenExternalLinks( true );
layout->addWidget( notice );
More information about the vlc-commits
mailing list