Index: src/DeltaShell/DeltaShell.Gui/DeltaShellGui.cs =================================================================== diff -u -rfa1c86d90aad8abe422614a78077515ef39d8c96 -r2899024e0e552929460b0eb71dbf86852dd40f58 --- src/DeltaShell/DeltaShell.Gui/DeltaShellGui.cs (.../DeltaShellGui.cs) (revision fa1c86d90aad8abe422614a78077515ef39d8c96) +++ src/DeltaShell/DeltaShell.Gui/DeltaShellGui.cs (.../DeltaShellGui.cs) (revision 2899024e0e552929460b0eb71dbf86852dd40f58) @@ -764,13 +764,12 @@ private void ShowSplashScreen() { - // plugin assemblies loaded - count steps required to start application splashScreen = new SplashScreen(Application) { LabelVersionVersion = SettingsHelper.ApplicationVersion, SplashScreenCopyright = Application.Settings["copyright"], LabelLicense = Application.Settings["license"], - LabelCompany = Application.Settings["company"] + LabelCompany = SettingsHelper.ApplicationCompany }; splashScreen.IsVisibleChanged += delegate