aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster/pastebindotcomsettings.ui
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-05-17 12:12:43 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-05-17 12:12:43 +0200
commit47d49d253932f8c74a77179b1a790ceb77feb553 (patch)
treefe4704c5a9dd9864e72b2051da7a4f337601c2df /src/plugins/cpaster/pastebindotcomsettings.ui
parent80e941c0072787d3cbbf58939049d2b5807804eb (diff)
CodePaster: Fix sample URL: qtcreator.pastebin.com->creator.pastebin.com
Fix up bb6af2131cd537b3dd13074f2d072969850dd7ae. Clear richtext flag on the QLabel and set openExternalLinks. Change sample URL from qtcreator.pastebin.com to creator.pastebin.com.
Diffstat (limited to 'src/plugins/cpaster/pastebindotcomsettings.ui')
-rw-r--r--src/plugins/cpaster/pastebindotcomsettings.ui7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/plugins/cpaster/pastebindotcomsettings.ui b/src/plugins/cpaster/pastebindotcomsettings.ui
index 3f2fd6c773..73844e4d5e 100644
--- a/src/plugins/cpaster/pastebindotcomsettings.ui
+++ b/src/plugins/cpaster/pastebindotcomsettings.ui
@@ -51,15 +51,18 @@
<widget class="QLabel" name="explanatoryTextLabel">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;
-&lt;p&gt;&lt;a href=&quot;http://pastebin.com&quot;&gt;pastebin.com&lt;/a&gt; allows to send posts to custom subdomains (eg. qtcreator.pastebin.com). Fill in the desired prefix.&lt;/p&gt;
+&lt;p&gt;&lt;a href=&quot;http://pastebin.com&quot;&gt;pastebin.com&lt;/a&gt; allows to send posts to custom subdomains (eg. creator.pastebin.com). Fill in the desired prefix.&lt;/p&gt;
&lt;p&gt;Note that the plugin will use this for posting as well as fetching.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="textFormat">
- <enum>Qt::RichText</enum>
+ <enum>Qt::AutoText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
+ <property name="openExternalLinks">
+ <bool>true</bool>
+ </property>
</widget>
</item>
<item>