corrected organization and application names.
authorIonutz Borcoman <iborco@gmail.com>
Sun, 20 Mar 2011 11:44:02 +0000 (13:44 +0200)
committerIonutz Borcoman <iborco@gmail.com>
Sun, 20 Mar 2011 11:44:02 +0000 (13:44 +0200)
src/main.cpp

index 96abba8..463d59e 100644 (file)
@@ -9,8 +9,8 @@ int main(int argc, char *argv[])
     notify::init();
 
     QApplication app(argc, argv);
-    app.setOrganizationName(APPLICATION_NAME);
-    app.setApplicationName(ORGANIZATION_NAME);
+    app.setOrganizationName(ORGANIZATION_NAME);
+    app.setApplicationName(APPLICATION_NAME);
 
     MainWindow mainWindow;
     mainWindow.setOrientation(MainWindow::ScreenOrientationLockPortrait);