Revision 7ce172f6 trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs

b/trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
484 484
		}
485 485

  
486 486
		
487
/*
487

  
488 488
		public void GoToSite()
489 489
		{            
490
			var site = Properties.Settings.Default.PithosSite;
490
			var site = Properties.Settings.Default.ProductionServer;
491 491
			Process.Start(site);            
492 492
		}
493
*/
493

  
494 494

  
495 495
		public void GoToSite(AccountInfo account)
496 496
		{

Also available in: Unified diff