Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2008-04-17 00:33:56 +0400
committerMiguel de Icaza <miguel@gnome.org>2008-04-17 00:33:56 +0400
commit162681fe2ca6e04858f985ecddcf12c4df3848f1 (patch)
tree2ecabd32147e887e5ff84bdd4eda3d365f6b5dcd /gui-compare
parent0184a7f20384c019e943a622499b9d0c040e061e (diff)
Update
svn path=/trunk/mono-tools/; revision=100943
Diffstat (limited to 'gui-compare')
-rw-r--r--gui-compare/InfoManager.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/gui-compare/InfoManager.cs b/gui-compare/InfoManager.cs
index 9bc5ebf3..4564a88a 100644
--- a/gui-compare/InfoManager.cs
+++ b/gui-compare/InfoManager.cs
@@ -140,25 +140,25 @@ namespace GuiCompare
string [] api_sl11 = {
"mscorlib",
- "agclr.dll",
+ "System.Windows.dll",
"Microsoft.VisualBasic",
"System",
"System.Core",
"System.Net",
- "System.SilverLight",
+ "System.Windows.Browser",
"System.Xml.Core",
};
string [] api_sl2_beta = {
"mscorlib",
- "agclr",
+ "System.Windows",
"Microsoft.VisualBasic",
"System",
"System.Core",
"System.Net",
"System.Runtime.Serialization",
"System.ServiceModel",
- "System.SilverLight",
+ "System.Windows.Browser",
"System.Xml.Core",
};
@@ -406,7 +406,7 @@ namespace GuiCompare
});
main.StartCompare (delegate {
- main.Title = assemblyfile;
+ main.Title = String.Format ("{0} to {1}", masterinfo, assemblyfile);
});
});
}