From: Debian GPS team Date: Fri, 10 Jul 2020 14:13:04 +0000 (+0100) Subject: gmapbase.html-location X-Git-Tag: archive/raspbian/1.7.0+ds-3+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=526225ba44e1408678537488e73918d3d08cd424;p=gpsbabel.git gmapbase.html-location Gbp-Pq: Name gmapbase.html-location --- diff --git a/gui/map.cc b/gui/map.cc index a55c752..57c7643 100644 --- a/gui/map.cc +++ b/gui/map.cc @@ -90,7 +90,7 @@ Map::Map(QWidget* parent, connect(mclicker, SIGNAL(logTime(QString)), this, SLOT(logTime(QString))); #endif - QString baseFile = QApplication::applicationDirPath() + "/gmapbase.html"; + QString baseFile = "/usr/share/gpsbabel/gmapbase.html"; if (!QFile(baseFile).exists()) { QMessageBox::critical(nullptr, appName, tr("Missing \"gmapbase.html\" file. Check installation"));