From 526225ba44e1408678537488e73918d3d08cd424 Mon Sep 17 00:00:00 2001 From: Debian GPS team Date: Fri, 10 Jul 2020 15:13:04 +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