Notification changes
[pithos-ms-client] / trunk / Pithos.Client.WPF / Shell / AboutViewModel.cs
index ccb57d7..b87871f 100644 (file)
@@ -83,6 +83,8 @@ namespace Pithos.Client.WPF.Shell
             Version = fileVersion.FileVersion;
 
             Bits = Environment.Is64BitProcess ? "64 bit" : "32 bit";
+
+            DisplayName = "About Pithos+";
         }
 
         public void CloseAbout()