Commit 57020ffa authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4: Don't put richtext in the ui. This is a nightmare for gettext. See #2140.

parent 400c04b9
......@@ -450,6 +450,9 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
*******************/
START_SPREFS_CAT( Interface, qtr("Interface Settings") );
ui.defaultLabel->setFont( italicFont );
ui.skinsLabel->setText(
qtr( "This is VLC's skinnable interface. You can download other skins at" )
+ QString( " <a href=\"http://www.videolan.org/vlc/skins.php\">VLC skins website</a>." ) );
ui.skinsLabel->setFont( italicFont );
#if defined( WIN32 )
......
......@@ -145,7 +145,7 @@
<enum>QFrame::NoFrame</enum>
</property>
<property name="text" >
<string>_("This is VLC's skinnable interface. You can download skins at &lt;a href="http://www.videolan.org/vlc/skins.php">http://www.videolan.org/vlc/skins.php&lt;/a> to customize your player.")</string>
<string/>
</property>
<property name="textFormat" >
<enum>Qt::RichText</enum>
......
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