projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dbb80b
)
About box: Make URL clickable.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Sat, 2 Mar 2013 10:57:28 +0000
(11:57 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Sat, 2 Mar 2013 11:00:08 +0000
(12:00 +0100)
Thanks R. Diez <rdiezmail-comparevcd@yahoo.de> for the patch!
pv/dialogs/about.cpp
patch
|
blob
|
history
diff --git
a/pv/dialogs/about.cpp
b/pv/dialogs/about.cpp
index 53072e78c6d7e562a3c239f20571b8e37252c6d3..c14a8fea7d0f487cb376882d18baa595b384fee3 100644
(file)
--- a/
pv/dialogs/about.cpp
+++ b/
pv/dialogs/about.cpp
@@
-52,6
+52,7
@@
About::About(QWidget *parent) :
.arg(QApplication::applicationVersion())
.arg(tr("GNU GPL, version 2 or later"))
.arg(QApplication::organizationDomain()));
+ ui->versionInfo->setOpenExternalLinks(true);
s.append("<table>");