mirror of https://github.com/GNOME/gimp.git
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:
parent
3f20d813b8
commit
7989cbb770
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue