Restoring this directory location for now.

I wonder if this was causing problems for XP users.
This commit is contained in:
Jason Felds
2011-07-21 17:24:23 -04:00
parent 41e26e31ce
commit 505b6c8c98
+1 -1
View File
@@ -68,7 +68,7 @@ void ArchHooks::MountUserFilesystems( const RString &sDirOfExecutable )
FILEMAN->Mount( "dir", sAppDataDir + "/Logs", "/Logs" );
FILEMAN->Mount( "dir", sAppDataDir + "/Save", "/Save" );
FILEMAN->Mount( "dir", sPicturesDir + " Screenshots", "/Screenshots" );
FILEMAN->Mount( "dir", sPicturesDir + " /Screenshots", "/Screenshots" );
FILEMAN->Mount( "dir", sCommonAppDataDir, "/" );
FILEMAN->Mount( "dir", sCommonAppDataDir + "/Cache", "/Cache" );
FILEMAN->Mount( "dir", sAppDataDir + "/Packages", "/" + SpecialFiles::USER_PACKAGES_DIR );