Revision 3ddbb7b8 trunk/Pithos.Client.WPF/Shell/AboutViewModel.cs

b/trunk/Pithos.Client.WPF/Shell/AboutViewModel.cs
44 44
            Bits = Environment.Is64BitProcess ? "64 bit" : "32 bit";
45 45
        }
46 46

  
47
        public void Close()
47
        public void CloseAbout()
48 48
        {
49 49
            this.TryClose();
50 50
        }

Also available in: Unified diff