aboutsummaryrefslogtreecommitdiff
path: root/Histacom2.Engine
diff options
context:
space:
mode:
authorjtsshieh <[email protected]>2017-10-22 22:11:46 -0400
committerjtsshieh <[email protected]>2017-10-22 22:11:46 -0400
commit4ab4aa2f2d91eb117bdd54bc42bb2091f2f380fb (patch)
treed87851f5ec52e6e35d105eb95017ae087857a1a5 /Histacom2.Engine
parent7505e8439ee04d6d3556c91e4491ce15a88148e5 (diff)
downloadhistacom2-4ab4aa2f2d91eb117bdd54bc42bb2091f2f380fb.tar.gz
histacom2-4ab4aa2f2d91eb117bdd54bc42bb2091f2f380fb.tar.bz2
histacom2-4ab4aa2f2d91eb117bdd54bc42bb2091f2f380fb.zip
added first combobox validation
Diffstat (limited to 'Histacom2.Engine')
-rw-r--r--Histacom2.Engine/Theme.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Histacom2.Engine/Theme.cs b/Histacom2.Engine/Theme.cs
index abc5bff..defe419 100644
--- a/Histacom2.Engine/Theme.cs
+++ b/Histacom2.Engine/Theme.cs
@@ -473,7 +473,7 @@ namespace Histacom2.Engine
{
public MoreWin()
{
- defaultWallpaper = Properties.Resources.Win95PlusMoreWinWallpaper;
+ defaultWallpaper = Properties.Resources.Win95PlusMoreWin;
themeName = "MoreWin";
}
}