src/main.cpp

changeset 1114
ffd49a28f49e
parent 1086
621c2e5853bb
child 1125
d8f94e56d42e
--- a/src/main.cpp	Thu Feb 09 20:44:36 2017 +0200
+++ b/src/main.cpp	Thu Feb 09 20:54:21 2017 +0200
@@ -41,7 +41,7 @@
 	paths->deleteLater();
 
 	initializeCrashHandler();
-	initColors();
+	LDColor::initColors();
 	MainWindow* win = new MainWindow(configObject);
 	win->show();
 

mercurial