aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-07-22 09:07:44 +0100
committerAlex-TIMEHACK <[email protected]>2017-07-22 09:07:44 +0100
commit4db6df01a8ee3f40c13b67174c6acc498a060951 (patch)
tree5dda5a9a784bf9875df29bd91ff5483e40fcca93 /TimeHACK.Engine
parent0fe1f13532c197c7c83df2e5b4903e9dfbbe1edd (diff)
downloadhistacom2-4db6df01a8ee3f40c13b67174c6acc498a060951.tar.gz
histacom2-4db6df01a8ee3f40c13b67174c6acc498a060951.tar.bz2
histacom2-4db6df01a8ee3f40c13b67174c6acc498a060951.zip
There is no Address Book in Windows 95
But there is one in Win98!
Diffstat (limited to 'TimeHACK.Engine')
-rw-r--r--TimeHACK.Engine/SaveSystem.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/TimeHACK.Engine/SaveSystem.cs b/TimeHACK.Engine/SaveSystem.cs
index c9c2025..0cacf69 100644
--- a/TimeHACK.Engine/SaveSystem.cs
+++ b/TimeHACK.Engine/SaveSystem.cs
@@ -174,12 +174,11 @@ namespace TimeHACK.Engine
SaveDirectoryInfo(ProfileMyComputerDirectory, false, "Win95 (C:)", true);
if (CurrentSave.CurrentOS == "95") SaveDirectoryInfo(ProfileDocumentsDirectory, false, "My Documents", true);
if (CurrentSave.CurrentOS != "95") SaveDirectoryInfo(ProfileSettingsDirectory, false, "Documents and Settings", true);
- SaveDirectoryInfo(Path.Combine(ProfileProgramsDirectory, "Accessories"), false, "Accessories", true);
- CreateWindowsFile(Path.Combine(ProfileProgramsDirectory, "Accessories", "wordpad.exe"), "wordpad");
- CreateWindowsFile(Path.Combine(ProfileProgramsDirectory, "Accessories", "mspaint.exe"), "mspaint");
+ SaveDirectoryInfo(Path.Combine(ProfileProgramsDirectory, "Accessories"), false, "Accessories", true);
SaveDirectoryInfo(ProfileProgramsDirectory, true, "Program Files", true);
SaveDirectoryInfo(ProfileWindowsDirectory, true, "Windows", true);
+ CreateWindowsFile(Path.Combine(ProfileProgramsDirectory, "Accessories", "wordpad.exe"), "wordpad");
CreateWindowsDirectory();
}