Fix opening external links for some labels

Issue #3135
This commit is contained in:
Olivier Goffart 2015-05-15 18:44:19 +02:00
parent 06c889630c
commit f595fc2f9c
2 changed files with 6 additions and 0 deletions

View file

@ -40,6 +40,9 @@
<property name="text"> <property name="text">
<string>Connected with &lt;server&gt; as &lt;user&gt;</string> <string>Connected with &lt;server&gt; as &lt;user&gt;</string>
</property> </property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>

View file

@ -57,6 +57,9 @@
<property name="text"> <property name="text">
<string>Error Label</string> <string>Error Label</string>
</property> </property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item row="0" column="1">