From 141f523d19373074a1419ab9c1db50c2754aa098 Mon Sep 17 00:00:00 2001 From: Indri Muska Date: Mon, 17 Mar 2014 23:12:05 +0100 Subject: [PATCH] Fixed Google Earth file location for Mac users --- src/ui/map3D/QGCGoogleEarthView.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/map3D/QGCGoogleEarthView.cc b/src/ui/map3D/QGCGoogleEarthView.cc index 32feb4484..28bfd70bd 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 -- 2.22.0