From: Debian GPS team Date: Fri, 7 Aug 2020 13:38:18 +0000 (+0100) Subject: gmapbase.html-location X-Git-Tag: archive/raspbian/1.7.0+ds-5+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=46a6bb2914dbc6cafddf8e794291004fdd46642a;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"));