diff --git a/mRemoteV1/Forms/frmMain.vb b/mRemoteV1/Forms/frmMain.vb index b5efd074..fe482ab9 100644 --- a/mRemoteV1/Forms/frmMain.vb +++ b/mRemoteV1/Forms/frmMain.vb @@ -12,15 +12,12 @@ Public Class frmMain 'insert enable edition code here App.Editions.Spanlink.Enabled = False - Threading.Thread.CurrentThread.CurrentUICulture = New Globalization.CultureInfo("de-DE") - ApplyLanguage() Debug.Print("---------------------------" & vbNewLine & "[START] - " & Now) Startup.ParseCommandLineArgs() - sL = New Config.Settings.Load(Me) sS = New Config.Settings.Save(Me)