diff options
author | mae <qt-info@nokia.com> | 2010-05-17 11:41:35 +0200 |
---|---|---|
committer | mae <qt-info@nokia.com> | 2010-05-17 11:42:07 +0200 |
commit | bb6af2131cd537b3dd13074f2d072969850dd7ae (patch) | |
tree | d1b784b5d90357734b61d1ddfa16f69ea5606fb9 /src/plugins/cpaster | |
parent | 1a77c287dffaddda1b32605e477d6f6e290f7f7a (diff) | |
download | qt-creator-bb6af2131cd537b3dd13074f2d072969850dd7ae.tar.gz |
Fixed url
Diffstat (limited to 'src/plugins/cpaster')
-rw-r--r-- | src/plugins/cpaster/pastebindotcomsettings.ui | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/plugins/cpaster/pastebindotcomsettings.ui b/src/plugins/cpaster/pastebindotcomsettings.ui index 3f2fd6c773..48ebf02ebc 100644 --- a/src/plugins/cpaster/pastebindotcomsettings.ui +++ b/src/plugins/cpaster/pastebindotcomsettings.ui @@ -50,9 +50,12 @@ <item> <widget class="QLabel" name="explanatoryTextLabel"> <property name="text"> - <string><html><head/><body> -<p><a href="http://pastebin.com">pastebin.com</a> allows to send posts to custom subdomains (eg. qtcreator.pastebin.com). Fill in the desired prefix.</p> -<p>Note that the plugin will use this for posting as well as fetching.</p></body></html></string> + <string><!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:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://pastebin.com"><span style=" text-decoration: underline; color:#0000ff;">pastebin.com</span></a> allows to send posts to custom subdomains (eg. creator.pastebin.com). Fill in the desired prefix.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Note that the plugin will use this for posting as well as fetching.</p></body></html></string> </property> <property name="textFormat"> <enum>Qt::RichText</enum> |