Added new ico in the bin resources to include versions 48x 512x
[pithos-ms-client] / trunk / Pithos.Client.WPF / Shell / ShellViewModel.cs
index fc1f43f..da44496 100644 (file)
@@ -484,13 +484,13 @@ namespace Pithos.Client.WPF {
                }
 
                
-/*
+
                public void GoToSite()
                {            
-                       var site = Properties.Settings.Default.PithosSite;
+                       var site = Properties.Settings.Default.ProductionServer;
                        Process.Start(site);            
                }
-*/
+
 
                public void GoToSite(AccountInfo account)
                {