vlc/vlc-2.0 | branch: master | Francois Cartegnie <[email protected]> | 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 <[email protected]> > 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& ), _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
