mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-18 12:24:22 -05:00
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:
parent
894486c48e
commit
17374bf299
@ -664,7 +664,7 @@ int RsServer::StartupRetroShare()
|
||||
}
|
||||
certConfigFile += configConfFile;
|
||||
certNeighDir += configCertDir;
|
||||
emergencySaveDir += "Downloads";
|
||||
emergencySaveDir += "Incoming";
|
||||
emergencyPartialsDir += "Partials";
|
||||
|
||||
/* if we've loaded an old format file! */
|
||||
|
Loading…
Reference in New Issue
Block a user