[Monodevelop-patches-list] r920 - trunk/MonoDevelop/build/AddIns
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sun Feb 15 15:13:38 EST 2004
Author: tberman
Date: 2004-02-15 15:13:38 -0500 (Sun, 15 Feb 2004)
New Revision: 920
Modified:
trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
Log:
no printing support for 0.1
Modified: trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
===================================================================
--- trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin 2004-02-15 18:47:16 UTC (rev 919)
+++ trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin 2004-02-15 20:13:38 UTC (rev 920)
@@ -599,6 +599,7 @@
description = "${res:XML.MainMenu.FileMenu.SaveAll.Description}"
class = "ICSharpCode.SharpDevelop.Commands.SaveAllFiles"/>
</Conditional>
+ <!--
<MenuItem id = "PrintSeparator" label = "-" />
<Conditional activewindow="*" action="Disable">
<MenuItem id = "Print"
@@ -613,6 +614,7 @@
description = "${res:XML.MainMenu.FileMenu.PrintPreview.Description}"
class = "ICSharpCode.SharpDevelop.Commands.PrintPreview"/>
</Conditional>
+ -->
<MenuItem id = "RecentSeparator" label = "-" />
<MenuItem id = "RecentFiles" attribute = "RecentFiles" label = "${res:XML.MainMenu.FileMenu.RecentFiles}">
<MenuItem id = "RecentFilesBuilder" label = "boguslabel" class = "ICSharpCode.SharpDevelop.Commands.RecentFilesMenuBuilder" />
More information about the Monodevelop-patches-list
mailing list