1.1 --- a/GUI/MainForm.Designer.cs Sat May 22 12:12:50 2010 +0000
1.2 +++ b/GUI/MainForm.Designer.cs Sat May 22 15:51:59 2010 +0000
1.3 @@ -92,7 +92,7 @@
1.4 this.startMinMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.5 this.minTrayMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.6 this.startupMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.7 - this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
1.8 + this.separatorMenuItem = new System.Windows.Forms.ToolStripSeparator();
1.9 this.temperatureUnitsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.10 this.celciusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.11 this.fahrenheitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.12 @@ -362,7 +362,7 @@
1.13 this.startMinMenuItem,
1.14 this.minTrayMenuItem,
1.15 this.startupMenuItem,
1.16 - this.toolStripMenuItem3,
1.17 + this.separatorMenuItem,
1.18 this.temperatureUnitsToolStripMenuItem,
1.19 this.toolStripMenuItem4,
1.20 this.hddMenuItem});
1.21 @@ -395,8 +395,8 @@
1.22 //
1.23 // toolStripMenuItem3
1.24 //
1.25 - this.toolStripMenuItem3.Name = "toolStripMenuItem3";
1.26 - this.toolStripMenuItem3.Size = new System.Drawing.Size(204, 6);
1.27 + this.separatorMenuItem.Name = "toolStripMenuItem3";
1.28 + this.separatorMenuItem.Size = new System.Drawing.Size(204, 6);
1.29 //
1.30 // temperatureUnitsToolStripMenuItem
1.31 //
1.32 @@ -580,7 +580,7 @@
1.33 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
1.34 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
1.35 private System.Windows.Forms.ToolStripMenuItem minTrayMenuItem;
1.36 - private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
1.37 + private System.Windows.Forms.ToolStripSeparator separatorMenuItem;
1.38 private System.Windows.Forms.ContextMenuStrip sensorContextMenuStrip;
1.39 private System.Windows.Forms.ToolStripMenuItem startMinMenuItem;
1.40 private System.Windows.Forms.ToolStripMenuItem startupMenuItem;