From ecf8ba0ff0b562a97dffaba3d6f3ddca47c9f7fe Mon Sep 17 00:00:00 2001
From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498>
Date: Sun, 26 Jun 2011 20:03:39 +0000
Subject: [PATCH]
---
source2/VSIP/Cosmos.VS.Debug/AssemblyUC.xaml | 2 +-
source2/VSIP/Cosmos.VS.Debug/MainWindow.xaml | 4 ++--
source2/VSIP/Cosmos.VS.Debug/MainWindow.xaml.cs | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/source2/VSIP/Cosmos.VS.Debug/AssemblyUC.xaml b/source2/VSIP/Cosmos.VS.Debug/AssemblyUC.xaml
index f99302940..be1284b51 100644
--- a/source2/VSIP/Cosmos.VS.Debug/AssemblyUC.xaml
+++ b/source2/VSIP/Cosmos.VS.Debug/AssemblyUC.xaml
@@ -6,6 +6,6 @@
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300">
-
+
diff --git a/source2/VSIP/Cosmos.VS.Debug/MainWindow.xaml b/source2/VSIP/Cosmos.VS.Debug/MainWindow.xaml
index d553eb678..4a9390dad 100644
--- a/source2/VSIP/Cosmos.VS.Debug/MainWindow.xaml
+++ b/source2/VSIP/Cosmos.VS.Debug/MainWindow.xaml
@@ -1,10 +1,10 @@
+ Title="MainWindow" Height="474" Width="729" xmlns:my="clr-namespace:Cosmos.VS.Debug" Closing="Window_Closing">
-
+
diff --git a/source2/VSIP/Cosmos.VS.Debug/MainWindow.xaml.cs b/source2/VSIP/Cosmos.VS.Debug/MainWindow.xaml.cs
index c498389cb..79bdd52ee 100644
--- a/source2/VSIP/Cosmos.VS.Debug/MainWindow.xaml.cs
+++ b/source2/VSIP/Cosmos.VS.Debug/MainWindow.xaml.cs
@@ -44,7 +44,7 @@ namespace Cosmos.VS.Debug
Close();
break;
- case DwMsgType.Assembly:
+ case DwMsgType.AssemblySource:
string xData = Encoding.ASCII.GetString(aMsg);
xData = xData.Replace("\t", " ");
asmUC1.listBox1.Items.Add(xData);