1.1 --- a/GUI/TypeNode.cs Mon Jul 25 21:09:21 2011 +0000
1.2 +++ b/GUI/TypeNode.cs Wed Jul 27 18:27:16 2011 +0000
1.3 @@ -16,7 +16,7 @@
1.4
1.5 The Initial Developer of the Original Code is
1.6 Michael Möller <m.moeller@gmx.ch>.
1.7 - Portions created by the Initial Developer are Copyright (C) 2009-2010
1.8 + Portions created by the Initial Developer are Copyright (C) 2009-2011
1.9 the Initial Developer. All Rights Reserved.
1.10
1.11 Contributor(s):
1.12 @@ -80,6 +80,10 @@
1.13 this.Image = Utilities.EmbeddedResources.GetImage("level.png");
1.14 this.Text = "Levels";
1.15 break;
1.16 + case SensorType.Power:
1.17 + this.Image = Utilities.EmbeddedResources.GetImage("power.png");
1.18 + this.Text = "Powers";
1.19 + break;
1.20 }
1.21
1.22 NodeAdded += new NodeEventHandler(TypeNode_NodeAdded);