Skip to content

Commit

Permalink
Merge pull request #4403
Browse files Browse the repository at this point in the history
5fbb4c9 [Qt] fix links in about window not opening (Philip Kaufmann)
  • Loading branch information
laanwj committed Jun 24, 2014
2 parents 0410d11 + 5fbb4c9 commit 6e8472e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/qt/forms/helpmessagedialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
Expand Down

0 comments on commit 6e8472e

Please sign in to comment.