From ea0184f3ab941d992d2c45f34c95ab6064c5f961 Mon Sep 17 00:00:00 2001 From: George Pantazis Date: Thu, 7 Jun 2012 17:07:33 +0300 Subject: [PATCH] Version Small Fixes Signed-off-by: George Pantazis --- trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs | 4 ++-- trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs b/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs index 07e3c07..df860af 100644 --- a/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs +++ b/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs @@ -93,5 +93,5 @@ using System.Windows; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.7.20522.0")] -[assembly: AssemblyFileVersionAttribute("0.7.20522.0")] +[assembly: AssemblyVersion("0.7.20607.0")] +[assembly: AssemblyFileVersionAttribute("0.7.20607.0")] diff --git a/trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs b/trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs index c5bf87f..f86f46e 100644 --- a/trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs +++ b/trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs @@ -422,7 +422,7 @@ namespace Pithos.Client.WPF { { get { - return String.Format("{0}\r\n{1}", "Status Window", "Enable / Dissable the stuatus window"); + return String.Format("{0}\r\n{1}", "Status Window", "Enable / Disable the status window"); } } -- 1.7.10.4