Typo and other fixes.

This commit is contained in:
soukoku
2014-11-13 21:49:12 -05:00
parent d2134fbcd3
commit b4865c988e
13 changed files with 96 additions and 82 deletions

View File

@@ -25,7 +25,7 @@ namespace Tester.WPF
InitializeComponent();
if (!DesignerProperties.GetIsInDesignMode(this))
{
if (IntPtr.Size == 8)
if (PlatformInfo.Current.IsApp64Bit)
{
Title = Title + " (64bit)";
}