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

Francois Cartegnie git at videolan.org
Mon Feb 20 19:19:55 CET 2012


vlc/vlc-2.0 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Feb 20 17:34:36 2012 +0100| [350694ead6d27b73318b319e1475c333ed4ae930] | committer: Jean-Baptiste Kempf

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

Don't expect user to guess it.
(cherry picked from commit 02affbfe678a99fe85830dbb614e770b9c8ef78c)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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 dd265b6..8e9b5a3 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