[vlc-commits] Qt: Missing .

Jean-Baptiste Kempf git at videolan.org
Mon Feb 20 19:17:08 CET 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Feb 20 19:17:17 2012 +0100| [d907f11b8baa3bcac6bb6f7fcae7bf6f5061b2a9] | committer: Jean-Baptiste Kempf

Qt: Missing .

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

 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 bd37b61..6593102 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