From: Debian GPS team Date: Sat, 21 Dec 2019 23:27:08 +0000 (+0000) Subject: gmapbase.html-location X-Git-Tag: archive/raspbian/1.6.0+ds-10+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d006003c8800422018ef3cea4e6af54670d0bd55;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"));