src/main.cpp

changeset 996
9ecc878c7dea
parent 987
91281e39c50c
--- a/src/main.cpp	Sun Sep 06 20:45:51 2015 +0300
+++ b/src/main.cpp	Tue Sep 22 00:59:21 2015 +0300
@@ -51,7 +51,7 @@
 	LDPaths* paths = new LDPaths (win);
 	paths->checkPaths();
 	paths->deleteLater();
-	InitColors();
+	initColors();
 	LoadPrimitives();
 	win->show();
 

mercurial