diff options
| author | lempamo <[email protected]> | 2017-07-06 10:41:05 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-06 10:41:05 -0400 |
| commit | e4ee95004a1655a61355d64818d633bcca00fd52 (patch) | |
| tree | 8288001fccb67c6e093cae24beacb82ba61f4fb4 /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.cs | |
| parent | 6958c950223e1b1db9648f92a40fe7dd925ca466 (diff) | |
| download | histacom2-e4ee95004a1655a61355d64818d633bcca00fd52.tar.gz histacom2-e4ee95004a1655a61355d64818d633bcca00fd52.tar.bz2 histacom2-e4ee95004a1655a61355d64818d633bcca00fd52.zip | |
Changed Installer and added EULA
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.cs index 98ad7bc..4e731fe 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.cs @@ -103,7 +103,7 @@ namespace TimeHACK.OS.Win95.Win95Apps SaveSystem.CurrentSave.ThemeName = "insidepc"; SaveSystem.currentTheme = new InsideComputerTheme(); TitleScreen.frm95.BackgroundImage = Properties.Resources.ICTheme_BG; - TitleScreen.frm95.desktopicons.BackgroundImage = new Bitmap(Properties.Resources.DCTheme_BG, TitleScreen.frm95.desktopicons.Width, TitleScreen.frm95.desktopicons.Height); + TitleScreen.frm95.desktopicons.BackgroundImage = new Bitmap(Properties.Resources.ICTheme_BG, TitleScreen.frm95.desktopicons.Width, TitleScreen.frm95.desktopicons.Height); break; } ParentForm.Close(); |
