gmapbase.html-location
authorDebian GPS team <gpsbabel@packages.debian.org>
Sat, 17 Oct 2020 10:37:40 +0000 (11:37 +0100)
committerJochen Sprickerhof <jspricke@debian.org>
Sat, 17 Oct 2020 10:37:40 +0000 (11:37 +0100)
Gbp-Pq: Name gmapbase.html-location

gui/map.cc

index a55c752e356e3551d7e5b9c40381079eb9ce83d6..57c7643b60f71896a040a8fdb275f01cb888f308 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"));