diff --git a/ENI2/App.xaml.cs b/ENI2/App.xaml.cs index b2ca4b37..d2304b61 100644 --- a/ENI2/App.xaml.cs +++ b/ENI2/App.xaml.cs @@ -72,6 +72,7 @@ namespace ENI2 Dictionary cargoHandlingDict = LocalizedLookup.getLADGCargoHandlingStrings(langKey); foreach (int key in cargoHandlingDict.Keys) LADG.CargoHandlingDict.Add(key, cargoHandlingDict[key]); + LADG.MVSHLocodes.AddRange(LocalizedLookup.getMVSHLocodes()); EventManager.RegisterClassHandler(typeof(DatePicker), DatePicker.PreviewKeyDownEvent, new KeyEventHandler(this.DatePicker_PreviewKeyDown)); CREW.NationalityDict = LocalizedLookup.getNationalities(); diff --git a/ENI2/Controls/ServerStatusControl.xaml b/ENI2/Controls/ServerStatusControl.xaml index 638b19db..def37caa 100644 --- a/ENI2/Controls/ServerStatusControl.xaml +++ b/ENI2/Controls/ServerStatusControl.xaml @@ -16,12 +16,8 @@ -