From: Debian GPS team Date: Tue, 21 Apr 2020 17:40:57 +0000 (+0100) Subject: gmapbase.html-location X-Git-Tag: archive/raspbian/1.6.0+ds-11+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d80da5d824f398b15963e46fe766d8372ab90923;p=gpsbabel.git gmapbase.html-location Gbp-Pq: Name gmapbase.html-location --- diff --git a/gui/map.cc b/gui/map.cc index ee318d0..10b39d3 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"));