src/partDownloader.cc

changeset 852
cbd89b33f70d
parent 850
a3d72b0e916d
child 855
e16f1587ef44
--- a/src/partDownloader.cc	Sun Jul 27 04:25:50 2014 +0300
+++ b/src/partDownloader.cc	Sun Jul 27 04:35:00 2014 +0300
@@ -30,9 +30,9 @@
 #include "glRenderer.h"
 #include "configDialog.h"
 
-CFGENTRY (String, DownloadFilePath,	"");
-CFGENTRY (Bool, GuessDownloadPaths,	true);
-CFGENTRY (Bool, AutoCloseDownloadDialog,		true);
+CFGENTRY (String, DownloadFilePath, "")
+CFGENTRY (Bool, GuessDownloadPaths, true)
+CFGENTRY (Bool, AutoCloseDownloadDialog, true)
 
 const QString g_unofficialLibraryURL ("http://ldraw.org/library/unofficial/");
 

mercurial