diff --git a/src/app/main.cpp b/src/app/main.cpp index 2290e3a0e38d..c3fddde3f642 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -395,7 +395,7 @@ int main(int argc, char *argv[]) #endif #ifdef Q_WS_WIN - //for windows lets use plastique syle! + //for windows lets use plastique style! QApplication::setStyle(new QPlastiqueStyle); #endif