diff options
author | Ken Moore <moorekou@gmail.com> | 2016-07-27 13:49:28 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-07-27 13:49:28 -0400 |
commit | 12052b91b32331dd37bf7af1b5fa46ed50cad368 (patch) | |
tree | 1b45dcc2f0a7c5830117b2116e87d0cb880b986b /src-qt5/core/lumina-desktop/desktop-plugins/rssreader | |
parent | Fix up the panel numbering in the new lumina-config interface. (diff) | |
download | lumina-12052b91b32331dd37bf7af1b5fa46ed50cad368.tar.gz lumina-12052b91b32331dd37bf7af1b5fa46ed50cad368.tar.bz2 lumina-12052b91b32331dd37bf7af1b5fa46ed50cad368.zip |
Disable the translation of the blank HTML text for the QTextBrowser.
Diffstat (limited to 'src-qt5/core/lumina-desktop/desktop-plugins/rssreader')
-rw-r--r-- | src-qt5/core/lumina-desktop/desktop-plugins/rssreader/RSSFeedPlugin.ui | 2 |
1 files changed, 1 insertions, 1 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 6665a2f5..dc7acd0b 100644 --- a/src-qt5/core/lumina-desktop/desktop-plugins/rssreader/RSSFeedPlugin.ui +++ b/src-qt5/core/lumina-desktop/desktop-plugins/rssreader/RSSFeedPlugin.ui @@ -110,7 +110,7 @@ <bool>true</bool> </property> <property name="html"> - <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> |