src/file.cpp

changeset 461
fbcc91ae1dd2
parent 460
b230ae09c8e5
child 467
59549731151a
--- a/src/file.cpp	Sun Aug 18 17:53:23 2013 +0300
+++ b/src/file.cpp	Tue Aug 20 14:47:21 2013 +0300
@@ -32,10 +32,10 @@
 #include "gldraw.h"
 #include "build/moc_file.cpp"
 
-cfg (str, io_ldpath, "");
-cfg (str, io_recentfiles, "");
-extern_cfg (str, net_downloadpath);
-extern_cfg (bool, gl_logostuds);
+cfg (String, io_ldpath, "");
+cfg (String, io_recentfiles, "");
+extern_cfg (String, net_downloadpath);
+extern_cfg (Bool, gl_logostuds);
 
 static bool g_loadingMainFile = false;
 static const int g_MaxRecentFiles = 5;
@@ -495,7 +495,7 @@
 	// Rebuild the config string
 	io_recentfiles = rfiles.join ("@");
 	
-	config::save();
+	Config::save();
 	g_win->updateRecentFilesMenu();
 }
 

mercurial