default name for finished downloads directory was changed from Downloads to Incoming

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1362 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
alexandrut 2009-07-12 16:11:09 +00:00
parent 894486c48e
commit 17374bf299

View File

@ -664,7 +664,7 @@ int RsServer::StartupRetroShare()
} }
certConfigFile += configConfFile; certConfigFile += configConfFile;
certNeighDir += configCertDir; certNeighDir += configCertDir;
emergencySaveDir += "Downloads"; emergencySaveDir += "Incoming";
emergencyPartialsDir += "Partials"; emergencyPartialsDir += "Partials";
/* if we've loaded an old format file! */ /* if we've loaded an old format file! */