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

b/trunk/Pithos.Client.WPF/App.xaml.cs
32 32
            AppDomain.CurrentDomain.UnhandledException += OnUnhandledException;
33 33
            TaskScheduler.UnobservedTaskException += OnUnobservedException;
34 34

  
35
/*
35 36
            var appPatth =    Assembly.GetExecutingAssembly().Location;
36 37
            Registry.LocalMachine.SetValue(@"Software\Pithos\AppPath",appPatth );            
38
*/
37 39
            InitializeComponent();            
38 40
            //Application.Current.ApplyTheme("BureauBlue");
39 41
        }

Also available in: Unified diff