1
0
Fork 0

Added "Debug" menu, with entry to reload the GUI.

This commit is contained in:
david 2003-01-21 02:13:02 +00:00
parent 9a83272a3e
commit 95858c3944

View file

@ -219,12 +219,26 @@
</menu> </menu>
<menu>
<label>Debug</label>
<item>
<label>Reload GUI</label>
<binding>
<command>reinit</command>
<subsystem>gui</subsystem>
</binding>
</item>
</menu>
<menu> <menu>
<label>Help</label> <label>Help</label>
<item> <item>
<label>Help</label> <label>Help</label>
<command>old-help-dialog</command> <binding>
<command>old-help-dialog</command>
</binding>
</item> </item>
</menu> </menu>