gmapbase.html-location
authorDebian GPS team <gpsbabel@packages.debian.org>
Sat, 21 Dec 2019 23:27:08 +0000 (23:27 +0000)
committerBernd Zeimetz <bzed@debian.org>
Sat, 21 Dec 2019 23:27:08 +0000 (23:27 +0000)
Gbp-Pq: Name gmapbase.html-location

gui/map.cc

index ee318d036921abe728b5d5191183d0bc374a01bc..10b39d311c5b5be22d9710899a5578f6873b2e30 100644 (file)
@@ -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"));