Flat screen property

This commit is contained in:
Sebastian Piwell
2016-03-10 13:01:05 -05:00
parent 07d6662957
commit afc3883d4d
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ namespace {
#ifdef WIN32
const QString OpenSpaceExecutable = "OpenSpace.exe";
#else
const QString OpenSpaceExecutable = "OpenSpace";
const QString OpenSpaceExecutable = "./OpenSpace";
#endif
class QLog : public ghoul::logging::Log {