src/main.cpp

changeset 436
4268a5507725
parent 421
7d26db0be944
child 437
51313dba897d
--- a/src/main.cpp	Sat Aug 03 12:31:36 2013 +0300
+++ b/src/main.cpp	Tue Aug 06 13:32:07 2013 +0300
@@ -58,7 +58,10 @@
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 // =============================================================================
 int main (int argc, char* argv[]) {
-	const QApplication app (argc, argv);
+	QApplication app (argc, argv);
+	app.setOrganizationName (APPNAME);
+	app.setApplicationName (APPNAME);
+	
 	g_app = &app;
 	LDFile::setCurrent (null);
 	

mercurial