Commit c7d4fcae authored by lm's avatar lm

Fixed typo

parent 3e6dcd8b
......@@ -404,7 +404,7 @@ void QGCGoogleEarthView::printWinException(int no, QString str1, QString str2, Q
QVariant QGCGoogleEarthView::javaScript(QString javaScript)
{
#ifdef Q_OS_MAC
if (!jEarthInitialized)
if (!jScriptInitialized)
{
return QVariant(false);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment