commented out the "Debug" submenu. Should do this via an xsltproc --param

2004-10-25  Michael Natterer  <mitch@gimp.org>

	* menus/toolbox-menu.xml.in: commented out the "Debug" submenu.
	Should do this via an xsltproc --param actually...
This commit is contained in:
Michael Natterer 2004-10-25 14:36:21 +00:00 committed by Michael Natterer
parent 3f20d813b8
commit 7989cbb770
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-10-25 Michael Natterer <mitch@gimp.org>
* menus/toolbox-menu.xml.in: commented out the "Debug" submenu.
Should do this via an xsltproc --param actually...
2004-10-25 DindinX <dindinx@gimp.org>
* plug-ins/common/newsprint.c: removed debugging g_print and

View File

@ -30,11 +30,17 @@
</menu>
<xi:include href="dialogs-menuitems.xml" />
</menu>
<!-- FIXME solve this as param to xsltproc
<menu action="debug-menu" name="Debug">
<menuitem action="debug-mem-profile" />
<menuitem action="debug-dump-items" />
<menuitem action="debug-dump-managers" />
</menu>
-->
<separator />
<menuitem action="file-quit" />
</menu>