Commit 02affbfe authored by Francois Cartegnie's avatar Francois Cartegnie

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

Don't expect user to guess it.
parent 3c95653a
......@@ -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& ),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment