From 6c06cec6be5d130cdb7ea1b9297ac0d8a4108ecc Mon Sep 17 00:00:00 2001 From: Debian GPS team Date: Sat, 17 Oct 2020 11:37:40 +0100 Subject: [PATCH] gmapbase.html-location Gbp-Pq: Name gmapbase.html-location --- gui/map.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 2.30.2