summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/kernel/qapplication.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qapplication.cpp b/src/gui/kernel/qapplication.cpp
index 4ad28e2..873f321 100644
--- a/src/gui/kernel/qapplication.cpp
+++ b/src/gui/kernel/qapplication.cpp
@@ -934,8 +934,8 @@ void QApplicationPrivate::initialize()
qInitDrawhelperAsm();
#ifdef QT_MAC_USE_COCOA
- // Use the rater graphics system by default on Cocoa, override with
- // -graphicssystem raster
+ // Use the raster graphics system by default on Cocoa, override with
+ // -graphicssystem native
if (graphics_system_name.isEmpty()) {
graphics_system_name = QLatin1String("raster");
}