mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-18 20:34:26 -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;
|
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! */
|
||||||
|
Loading…
Reference in New Issue
Block a user