Revision d17258c2 trunk/Pithos.Client.WPF/Shell/AboutViewModel.cs

b/trunk/Pithos.Client.WPF/Shell/AboutViewModel.cs
28 28

  
29 29
        public Uri SupportPage { get; set; }
30 30

  
31
        public string Bits { get; set; }
32

  
31 33
        public AboutViewModel()
32 34
        {
33 35
            Assembly assembly = Assembly.GetExecutingAssembly();
......
38 40
            
39 41
            var fileVersion = FileVersionInfo.GetVersionInfo(assembly.Location);                        
40 42
            Version = fileVersion.FileVersion;
43

  
44
            Bits = Environment.Is64BitProcess ? "64 bit" : "32 bit";
41 45
        }
42 46

  
43 47
        public void Close()

Also available in: Unified diff