aboutsummaryrefslogtreecommitdiff
path: root/Histacom2.Engine
diff options
context:
space:
mode:
Diffstat (limited to 'Histacom2.Engine')
-rw-r--r--Histacom2.Engine/SaveSystem.cs1
-rw-r--r--Histacom2.Engine/Theme.cs2
2 files changed, 2 insertions, 1 deletions
diff --git a/Histacom2.Engine/SaveSystem.cs b/Histacom2.Engine/SaveSystem.cs
index 3a60c4d..70609a2 100644
--- a/Histacom2.Engine/SaveSystem.cs
+++ b/Histacom2.Engine/SaveSystem.cs
@@ -810,6 +810,7 @@ namespace Histacom2.Engine
[Order]
public Theme customTheme { get; set; }
+ public bool FTime98 { get; set; }
}
public class FileSystemFolderInfo
diff --git a/Histacom2.Engine/Theme.cs b/Histacom2.Engine/Theme.cs
index c6bba98..6a25602 100644
--- a/Histacom2.Engine/Theme.cs
+++ b/Histacom2.Engine/Theme.cs
@@ -199,7 +199,7 @@ namespace Histacom2.Engine
selectedBackColor = Color.Navy;
selectedTextColor = Color.White;
- defaultWallpaper = Properties.Resources.Win95PlusInsideComputerWallpaper;
+ defaultWallpaper = Properties.Resources.Win95PlusDefaultWallpaper;
themeName = "default95plus";
}
}