[vlc-commits] Qt: plugins: link to addons.videolan.org.

Francois Cartegnie git at videolan.org
Mon Feb 20 18:10:31 CET 2012


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Feb 20 17:34:36 2012 +0100| [02affbfe678a99fe85830dbb614e770b9c8ef78c] | committer: Francois Cartegnie

Qt: plugins: link to addons.videolan.org.

Don't expect user to guess it.

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

 modules/gui/qt4/dialogs/plugins.cpp |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/dialogs/plugins.cpp b/modules/gui/qt4/dialogs/plugins.cpp
index e228cdc..d84878e 100644
--- a/modules/gui/qt4/dialogs/plugins.cpp
+++ b/modules/gui/qt4/dialogs/plugins.cpp
@@ -193,6 +193,12 @@ ExtensionTab::ExtensionTab( intf_thread_t *p_intf )
     // Layout
     QVBoxLayout *layout = new QVBoxLayout( this );
 
+    QLabel *notice = new QLabel( qtr("Get more extensions from")
+            + QString( " <a href=\"http://addons.videolan.org/\">"
+                       "addons.videolan.org</a>" ) );
+    notice->setOpenExternalLinks( true );
+    layout->addWidget( notice );
+
     // ListView
     extList = new QListView( this );
     CONNECT( extList, activated( const QModelIndex& ),



More information about the vlc-commits mailing list