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:
authorMarek Safar <marek.safar@gmail.com>2011-09-27 13:35:16 +0400
committerMarek Safar <marek.safar@gmail.com>2011-09-27 13:35:16 +0400
commit7550daf6cf6b9b6d859685b91671e8c2484d2866 (patch)
tree23def12094d108fd6d3030cf1d70f1156d9ac18e /gui-compare
parent17aa8cd2331b0839430d14e1c8ebd2eff8c323d5 (diff)
Update 4.5 path
Diffstat (limited to 'gui-compare')
-rw-r--r--gui-compare/InfoManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-compare/InfoManager.cs b/gui-compare/InfoManager.cs
index 1fe4940c..3d9c8aa8 100644
--- a/gui-compare/InfoManager.cs
+++ b/gui-compare/InfoManager.cs
@@ -853,7 +853,7 @@ namespace GuiCompare
Populate (sub, "API 3.0 sp1", GetVersionPath ("2.0", "net_2_0"), "3.0", api_3_0);
Populate (sub, "API 3.5 sp1", GetVersionPath ("2.0", "net_2_0"), "3.5", api_3_5);
Populate (sub, "API 4.0", GetVersionPath ("4.0", "net_4_0"), "4.0", api_4_0);
- Populate (sub, "API 4.5", GetVersionPath ("4.0", "net_4_0"), "4.5", api_4_5);
+ Populate (sub, "API 4.5", GetVersionPath ("4.5", "net_4_5"), "4.5", api_4_5);
// Populate (sub, "Silverlight 2.0", GetVersionPath ("2.1", "net_2_1"), "SL2", api_sl2);
// Populate (sub, "Silverlight 3.0", GetVersionPath ("2.1", "net_2_1"), "SL3", api_sl2);
Populate (sub, "Silverlight 4.0", GetVersionPath ("2.1", "net_2_1"), "SL4", api_sl4);