diff --git a/sleepyhead/mainwindow.cpp b/sleepyhead/mainwindow.cpp index 47cd349d..abf30210 100644 --- a/sleepyhead/mainwindow.cpp +++ b/sleepyhead/mainwindow.cpp @@ -310,7 +310,7 @@ void MainWindow::Startup() "on" << __DATE__ << __TIME__; #ifdef BROKEN_OPENGL_BUILD - qDebug() << "This build has been created especially for computers with older graphics hardware.\n" + qDebug() << "This build has been created especially for computers with older graphics hardware.\n"; #endif qstatus->setText(tr("Loading Data")); diff --git a/sleepyhead/sleepyhead.pro b/sleepyhead/sleepyhead.pro index 316d0645..72738d4e 100644 --- a/sleepyhead/sleepyhead.pro +++ b/sleepyhead/sleepyhead.pro @@ -15,7 +15,7 @@ greaterThan(QT_MAJOR_VERSION,4) { #Windows XP with older intel cards needs the following variable defined #It slows other platforms down way too much -#DEFINES += BROKEN_OPENGL_BUILD +DEFINES += BROKEN_OPENGL_BUILD contains(DEFINES, BROKEN_OPENGL_BUILD) { message("Building with QWidget gGraphView") } else {