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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@linux-wovx.site>2010-07-28 15:15:30 +0400
committerLluis Sanchez <lluis@linux-wovx.site>2010-07-28 15:15:30 +0400
commit87d5bb3c483ea5925da24cc72905ad0fe0f213f1 (patch)
treef2bc5335d5a905801d7bea1a4459c3c77578d414 /main/src/core/MonoDevelop.Ide/ChangeLog
parenta5f24ba2a8d6c29a35d7bec1546dd848e1787319 (diff)
* src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionNodeBuilder.cs:
Don't show the project count in the solution node. That space can be used for more useful things.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/ChangeLog')
-rw-r--r--main/src/core/MonoDevelop.Ide/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ChangeLog b/main/src/core/MonoDevelop.Ide/ChangeLog
index 3624178e4a..5e94800f39 100644
--- a/main/src/core/MonoDevelop.Ide/ChangeLog
+++ b/main/src/core/MonoDevelop.Ide/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-28 Lluis Sanchez Gual <lluis@novell.com>
+
+ * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionNodeBuilder.cs:
+ Don't show the project count in the solution node. That
+ space can be used for more useful things.
+
2010-07-22 Mike Krüger <mkrueger@novell.com>
* MonoDevelop.Ide.Commands/EditCommands.cs: