projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b47e449
)
main: Use only the domain, not the whole URL.
author
Jens Steinhauser
<jens.steinhauser@gmail.com>
Fri, 23 May 2014 15:05:17 +0000
(17:05 +0200)
committer
Jens Steinhauser
<jens.steinhauser@gmail.com>
Sat, 24 May 2014 16:04:06 +0000
(18:04 +0200)
main.cpp
patch
|
blob
|
history
diff --git
a/main.cpp
b/main.cpp
index 2c6a59efd22c8d14d181223c45c1abc92279e9d4..5ff61d98918ba2ee40c05818e2d7e9665b6a3aa6 100644
(file)
--- a/
main.cpp
+++ b/
main.cpp
@@
-69,7
+69,7
@@
int main(int argc, char *argv[])
// Set some application metadata
QApplication::setApplicationVersion(PV_VERSION_STRING);
QApplication::setApplicationName("PulseView");
- QApplication::setOrganizationDomain("
http://www.
sigrok.org");
+ QApplication::setOrganizationDomain("sigrok.org");
// Parse arguments
while (1) {