diff --git a/src/tool_launcher.cpp b/src/tool_launcher.cpp index e7ada7db1e..fba908ad0b 100644 --- a/src/tool_launcher.cpp +++ b/src/tool_launcher.cpp @@ -137,8 +137,10 @@ ToolLauncher::ToolLauncher(QString prevCrashDump, QWidget *parent) : registerNativeMethods(); #endif +#ifndef __APPLE__ setWindowIcon(QIcon(":/icon.ico")); QApplication::setWindowIcon(QIcon(":/icon.ico")); +#endif // TO DO: remove this when the About menu becomes available setWindowTitle(QString("Scopy - ") + QString("v"+QString(PROJECT_VERSION)) + " - " + QString(SCOPY_VERSION_GIT));