aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Program.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-04-06 10:17:19 -0400
committerlempamo <[email protected]>2017-04-06 10:17:19 -0400
commit9a8949cffcd454f6297923c7001cfb036604e02f (patch)
treef974f5cb6d1cf892ac97a7381a536eac629aebd6 /ShiftOS.WinForms/Program.cs
parent07376e9ecd6687b2c4278661d0eaf3795d5124c3 (diff)
downloadshiftos_thereturn-9a8949cffcd454f6297923c7001cfb036604e02f.tar.gz
shiftos_thereturn-9a8949cffcd454f6297923c7001cfb036604e02f.tar.bz2
shiftos_thereturn-9a8949cffcd454f6297923c7001cfb036604e02f.zip
language changing actually works
Diffstat (limited to 'ShiftOS.WinForms/Program.cs')
-rw-r--r--ShiftOS.WinForms/Program.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/ShiftOS.WinForms/Program.cs b/ShiftOS.WinForms/Program.cs
index b5f371e..348360f 100644
--- a/ShiftOS.WinForms/Program.cs
+++ b/ShiftOS.WinForms/Program.cs
@@ -58,14 +58,6 @@ namespace ShiftOS.WinForms
Environment.Exit(0);
};
- var langselect = new LanguageSelector();
- langselect.ShowDialog();
-
- while (!langselect.rdy)
- {
-
- };
-
TutorialManager.RegisterTutorial(new Oobe());
TerminalBackend.TerminalRequested += () =>