diff options
Diffstat (limited to 'ShiftOS/My Project')
| -rw-r--r-- | ShiftOS/My Project/Application.Designer.vb | 4 | ||||
| -rw-r--r-- | ShiftOS/My Project/Application.myapp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ShiftOS/My Project/Application.Designer.vb b/ShiftOS/My Project/Application.Designer.vb index 8fd65ed..25af35c 100644 --- a/ShiftOS/My Project/Application.Designer.vb +++ b/ShiftOS/My Project/Application.Designer.vb @@ -1,7 +1,7 @@ '------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. -' Runtime Version:4.0.30319.36323 +' Runtime Version:4.0.30319.0 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. @@ -32,7 +32,7 @@ Namespace My <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _ Protected Overrides Sub OnCreateMainForm() - Me.MainForm = Global.ShiftOS.HijackScreen + Me.MainForm = Global.ShiftOS.ShiftOSWindow End Sub End Class End Namespace diff --git a/ShiftOS/My Project/Application.myapp b/ShiftOS/My Project/Application.myapp index c69e73d..f315f81 100644 --- a/ShiftOS/My Project/Application.myapp +++ b/ShiftOS/My Project/Application.myapp @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <MySubMain>true</MySubMain> - <MainForm>HijackScreen</MainForm> + <MainForm>ShiftOSWindow</MainForm> <SingleInstance>true</SingleInstance> <ShutdownMode>1</ShutdownMode> <EnableVisualStyles>true</EnableVisualStyles> |
