diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-11-18 13:12:40 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-18 13:13:39 +0000 |
commit | 1723c01603349b6683d3900f36087d4afbaaa69d (patch) | |
tree | 8beea21bbffd5e33103b25c0ea45431db06e6183 /qt-ui | |
parent | fe2c46a5b7b41d61cb4791fe4d0268082997b918 (diff) | |
download | subsurface-1723c01603349b6683d3900f36087d4afbaaa69d.tar.gz |
Replace other references to hohndel.org
The only place where I'm not sure if there are unintended sideeffects of
changing over to the new domain is QCoreApplication::setOrganizationDomain
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/about.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/about.cpp b/qt-ui/about.cpp index 9424dd560..63ffff794 100644 --- a/qt-ui/about.cpp +++ b/qt-ui/about.cpp @@ -30,5 +30,5 @@ void SubsurfaceAbout::on_licenseButton_clicked() void SubsurfaceAbout::on_websiteButton_clicked() { - QDesktopServices::openUrl(QUrl("http://subsurface.hohndel.org")); + QDesktopServices::openUrl(QUrl("http://subsurface-divelog.org")); } |