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>
This commit is contained in:
Dirk Hohndel 2014-11-18 13:12:40 +00:00
parent fe2c46a5b7
commit 1723c01603
13 changed files with 56 additions and 56 deletions

View file

@ -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"));
}