diff options
author | dt_ <qtc-committer@nokia.com> | 2011-05-17 16:00:51 +0200 |
---|---|---|
committer | dt_ <qtc-committer@nokia.com> | 2011-05-17 16:00:51 +0200 |
commit | cab874a2b029881bcbb3bcdb482c3ac75b22564f (patch) | |
tree | 9e0c3172247a6e0bcc7bf813b27632d66968a21e /src/plugins/cpaster | |
parent | 5cbd34b03a32cd058148d95c5e978f152815142a (diff) | |
download | qt-creator-cab874a2b029881bcbb3bcdb482c3ac75b22564f.tar.gz |
Make pastebin.com a link in the options page
Task-Nr: QTCREATORBUG-4925
Diffstat (limited to 'src/plugins/cpaster')
-rw-r--r-- | src/plugins/cpaster/pastebindotcomsettings.ui | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/cpaster/pastebindotcomsettings.ui b/src/plugins/cpaster/pastebindotcomsettings.ui index 2b07a2f16a..c56c271a2a 100644 --- a/src/plugins/cpaster/pastebindotcomsettings.ui +++ b/src/plugins/cpaster/pastebindotcomsettings.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>570</width> + <width>724</width> <height>129</height> </rect> </property> @@ -19,6 +19,9 @@ <property name="text"> <string><a href="http://pastebin.com">pastebin.com</a> allows for sending posts to custom subdomains (eg. creator.pastebin.com). Fill in the desired prefix.</string> </property> + <property name="openExternalLinks"> + <bool>true</bool> + </property> </widget> </item> <item> |