diff --git a/src/ui/map3D/QGCGoogleEarthView.cc b/src/ui/map3D/QGCGoogleEarthView.cc index 32feb448499bbf600a55a30f8292198cdc1ca0f3..28bfd70bd54d7f3b987fe7f6e05b54547cca1fc7 100644 --- a/src/ui/map3D/QGCGoogleEarthView.cc +++ b/src/ui/map3D/QGCGoogleEarthView.cc @@ -407,7 +407,7 @@ void QGCGoogleEarthView::showEvent(QShowEvent* event) #if (defined Q_OS_MAC) webViewMac->setPage(new QGCWebPage(webViewMac)); webViewMac->settings()->setAttribute(QWebSettings::PluginsEnabled, true); - webViewMac->load(QUrl(QCoreApplication::applicationDirPath()+"/earth.html")); + webViewMac->load(QUrl(QCoreApplication::applicationDirPath()+"/files/images/earth.html")); #endif #ifdef _MSC_VER