From 0fec70a232f9a97acc70e96a32d8a39c6c27c408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Johan=20S=C3=B8rvig?= Date: Fri, 23 Oct 2009 07:03:05 +0200 Subject: Fix raster/native graphicssystem comment. --- src/gui/kernel/qapplication.cpp | 4 ++-- 1 file 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"); } -- cgit v0.12