aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win98
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-08-27 17:38:37 +0100
committerAlex-TIMEHACK <[email protected]>2017-08-27 17:38:37 +0100
commit579ed261e4b035449ca838b9d852ae602a9b76bf (patch)
tree87066515fd61a265e12743f9c2ebaa2c806f51fe /Histacom2/OS/Win98
parent15b5a609e1a60035b74aebfc70fafd8e118e4c3a (diff)
parentd5d50c6c205b505ea6f4dcae90b3797ed6c180f7 (diff)
downloadhistacom2-579ed261e4b035449ca838b9d852ae602a9b76bf.tar.gz
histacom2-579ed261e4b035449ca838b9d852ae602a9b76bf.tar.bz2
histacom2-579ed261e4b035449ca838b9d852ae602a9b76bf.zip
Updated my fork!
Conflicts: Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.Designer.cs
Diffstat (limited to 'Histacom2/OS/Win98')
-rw-r--r--Histacom2/OS/Win98/Win98.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Histacom2/OS/Win98/Win98.cs b/Histacom2/OS/Win98/Win98.cs
index 3f75af7..146aa3c 100644
--- a/Histacom2/OS/Win98/Win98.cs
+++ b/Histacom2/OS/Win98/Win98.cs
@@ -71,7 +71,7 @@ namespace Histacom2.OS.Win98
// When New Game is clicked in TitleScreen.cs
private void Desktop_Load(object sender, EventArgs e)
{
- UpgradeFileSystem("95", "98");
+ UpgradeFileSystem( "98");
if (currentTheme.defaultWallpaper != null) desktopicons.BackgroundImage = new Bitmap(currentTheme.defaultWallpaper, Width, Height);
//Start Menu Color - Commented until it works reliably