Fixed Wizard title
authorPanagiotis Kanavos <pkanavos@gmail.com>
Mon, 23 Apr 2012 17:40:19 +0000 (20:40 +0300)
committerPanagiotis Kanavos <pkanavos@gmail.com>
Mon, 23 Apr 2012 17:40:19 +0000 (20:40 +0300)
trunk/Pithos.Client.WPF/Preferences/AddAccountViewModel.cs

index 884ee7b..e9b30e8 100644 (file)
@@ -247,6 +247,7 @@ namespace Pithos.Client.WPF.Preferences
                              Settings.Default.DevelopmentServer
                          };
             CurrentServer = _servers[0];
+            DisplayName = "Add Pithos+ Account";
         }
 
         private bool _hasValidCredentials;