src/toolsets/filetoolset.cpp

changeset 1215
77a0270352a3
parent 1012
413ecd6b9801
child 1217
314e12e23c3a
--- a/src/toolsets/filetoolset.cpp	Thu Jan 04 19:24:40 2018 +0200
+++ b/src/toolsets/filetoolset.cpp	Thu Jan 04 19:40:16 2018 +0200
@@ -98,10 +98,10 @@
 
 void FileToolset::setLDrawPath()
 {
-	LDrawPathDialog* dialog = new LDrawPathDialog (Config->lDrawPath(), true);
+	LDrawPathDialog* dialog = new LDrawPathDialog (config.lDrawPath(), true);
 
 	if (dialog->exec())
-		Config->setLDrawPath (dialog->path());
+		config.setLDrawPath (dialog->path());
 }
 
 void FileToolset::exit()

mercurial