aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/desktop-plugins/rssreader
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-06-21 13:34:20 -0400
committerKen Moore <moorekou@gmail.com>2016-06-21 13:34:20 -0400
commit2f8e30b8c7490611cf831a93c0546143d725cd53 (patch)
tree3a8426fb2caa0affd30389a1f3195b9b09eb9790 /src-qt5/core/lumina-desktop/desktop-plugins/rssreader
parentAdd the ability for custom, system-wide environment variable settings within ... (diff)
downloadlumina-2f8e30b8c7490611cf831a93c0546143d725cd53.tar.gz
lumina-2f8e30b8c7490611cf831a93c0546143d725cd53.tar.bz2
lumina-2f8e30b8c7490611cf831a93c0546143d725cd53.zip
Remove some HTML formatting from being translated.
Diffstat (limited to 'src-qt5/core/lumina-desktop/desktop-plugins/rssreader')
-rw-r--r--src-qt5/core/lumina-desktop/desktop-plugins/rssreader/RSSFeedPlugin.ui7
1 files changed, 7 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop/desktop-plugins/rssreader/RSSFeedPlugin.ui b/src-qt5/core/lumina-desktop/desktop-plugins/rssreader/RSSFeedPlugin.ui
index 45dac405..6665a2f5 100644
--- a/src-qt5/core/lumina-desktop/desktop-plugins/rssreader/RSSFeedPlugin.ui
+++ b/src-qt5/core/lumina-desktop/desktop-plugins/rssreader/RSSFeedPlugin.ui
@@ -189,6 +189,13 @@ p, li { white-space: pre-wrap; }
</property>
<item>
<widget class="QTextBrowser" name="text_feed_info">
+ <property name="html">
+ <string notr="true">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { white-space: pre-wrap; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+ </property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
bgstack15