From 5b01c364e65616a41332f76e445a9dbd8e64a53f Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 22 Jan 2017 19:03:59 -0500 Subject: Implement save migration from client to server --- ShiftOS.WinForms/Oobe.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ShiftOS.WinForms/Oobe.Designer.cs') diff --git a/ShiftOS.WinForms/Oobe.Designer.cs b/ShiftOS.WinForms/Oobe.Designer.cs index cca1522..587f50a 100644 --- a/ShiftOS.WinForms/Oobe.Designer.cs +++ b/ShiftOS.WinForms/Oobe.Designer.cs @@ -96,7 +96,7 @@ namespace ShiftOS.WinForms // this.hackeffecttimer.Interval = 50; // - // HijackScreen + // Oobe // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; @@ -104,7 +104,7 @@ namespace ShiftOS.WinForms this.ClientSize = new System.Drawing.Size(653, 457); this.Controls.Add(this.lblhackwords); this.Controls.Add(this.lblHijack); - this.Name = "HijackScreen"; + this.Name = "Oobe"; this.Text = "ShiftOS"; this.TransparencyKey = System.Drawing.Color.White; this.ResumeLayout(false); -- cgit v1.2.3