mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Removed hardcoded switch to de-DE
This commit is contained in:
committed by
Riley McArdle
parent
f8fb72f455
commit
be3c8de3a2
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user