[Monodevelop-patches-list] r2487 - in trunk/MonoDevelop/Core/src/MonoDevelop.Gui.Widgets: . Commands
Lluis Sanchez <lluis@ximian.com>
lluis at mono-cvs.ximian.com
Wed Apr 27 14:05:42 EDT 2005
Author: lluis
Date: 2005-04-27 14:05:42 -0400 (Wed, 27 Apr 2005)
New Revision: 2487
Modified:
trunk/MonoDevelop/Core/src/MonoDevelop.Gui.Widgets/ChangeLog
trunk/MonoDevelop/Core/src/MonoDevelop.Gui.Widgets/Commands/CommandInfo.cs
Log:
2005-04-27 Lluis Sanchez Gual <lluis at novell.com>
* Commands/CommandInfo.cs: Forgot to copy the description from the
command.
Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Gui.Widgets/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Gui.Widgets/ChangeLog 2005-04-27 18:04:08 UTC (rev 2486)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Gui.Widgets/ChangeLog 2005-04-27 18:05:42 UTC (rev 2487)
@@ -1,3 +1,8 @@
+2005-04-27 Lluis Sanchez Gual <lluis at novell.com>
+
+ * Commands/CommandInfo.cs: Forgot to copy the description from the
+ command.
+
2005-04-25 Lluis Sanchez Gual <lluis at novell.com>
* Command/*: New command infrastructure.
Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Gui.Widgets/Commands/CommandInfo.cs
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Gui.Widgets/Commands/CommandInfo.cs 2005-04-27 18:04:08 UTC (rev 2486)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Gui.Widgets/Commands/CommandInfo.cs 2005-04-27 18:05:42 UTC (rev 2487)
@@ -48,6 +48,7 @@
text = cmd.Text;
icon = cmd.Icon;
accelKey = cmd.AccelKey;
+ description = cmd.Description;
}
public CommandInfo (string text)
More information about the Monodevelop-patches-list
mailing list