[Monodevelop-patches-list] r702 - trunk/MonoDevelop/build/AddIns

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Wed Jan 28 01:31:56 EST 2004


Author: jluke
Date: 2004-01-28 01:31:55 -0500 (Wed, 28 Jan 2004)
New Revision: 702

Modified:
   trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
Log:
diasble README and view style guide because they
don't work and seem unecessary to me


Modified: trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
===================================================================
--- trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin	2004-01-28 04:09:23 UTC (rev 701)
+++ trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin	2004-01-28 06:31:55 UTC (rev 702)
@@ -862,14 +862,14 @@
 	                          description = "${res:XML.MainMenu.HelpMenu.GPL.Description}" 
 	                          class = "ICSharpCode.SharpDevelop.Commands.ViewGPL" />
 	                          
-	                <MenuItem id = "ViewReadme"
+	              <!--  <MenuItem id = "ViewReadme"
 	                          label       = "${res:XML.MainMenu.HelpMenu.ReadMe}" 
 	                          description = "${res:XML.MainMenu.HelpMenu.ReadMe.Description}" 
 	                          link        = "home://../doc/ReadMe.html" />
 	                <MenuItem id = "ViewStyleguide"
 	                          label = "${res:XML.MainMenu.HelpMenu.StyleGuide}" 
 	                          description = "${res:XML.MainMenu.HelpMenu.StyleGuide.Description}" 
-	                          link = "home://../doc/CodingStyleGuide.pdf" />
+	                          link = "home://../doc/CodingStyleGuide.pdf" /> -->
 	                <MenuItem id = "Separator2" label = "-" />
 	                <MenuItem id = "Web" label = "${res:XML.MainMenu.HelpMenu.WebMenu}">
 	                        <MenuItem id = "ASP" label = "&amp;AlphaSierraPapa" icon = "Icons.16x16.WebSearchIcon" description = "Visit my sponsors" link = "http://www.alphasierrapapa.com/" />




More information about the Monodevelop-patches-list mailing list