Revision ca79acb7 trunk/Pithos.Client.WPF/App.xaml.cs

b/trunk/Pithos.Client.WPF/App.xaml.cs
44 44
        }
45 45

  
46 46
        protected override void OnStartup(StartupEventArgs e)
47
        {            
47
        {
48 48
            if (!Settings.Default.StartOnSystemStartup && e.Args.Contains("startup"))
49 49
            {
50 50
                this.Shutdown();
51
                return;
51 52
            }
53
            
54
            var splashScreen = new SplashScreen("images/logo.png");
55
            splashScreen.Show(true);
56
            
52 57
            base.OnStartup(e);
53 58
        }
54 59

  

Also available in: Unified diff