tahoma2d/stuff/profiles/layouts/rooms/StudioGhibli/room6_menubar.xml
turtletooth 8d9ba3307e Rooms Selection (#378)
* Start of room choice in preferences

* Menu almost working

* Rooms Selection Working

* Removed unneeded preferences file

* Default Name for Rooms

* Rename Default room folder

* Fixed Reset to Default Rooms to reset current Roomset
2016-06-02 20:36:29 +09:00

22 lines
No EOL
613 B
XML

<menubar>
<menu title="File">
<command>MI_NewProject</command>
<command>MI_ProjectSettings</command>
<command>MI_SaveDefaultSettings</command>
<separator/>
<command>MI_Quit</command>
</menu>
<menu title="Customize">
<command>MI_Preferences</command>
<command>MI_ShortcutPopup</command>
<separator/>
<command>MI_DockingCheck</command>
<separator/>
<command>"MI_RunScript"</command>
<command>"MI_OpenScriptConsole"</command>
<command_debug>"MI_ReloadStyle"</command_debug>
</menu>
<menu title="Help">
<command>MI_About</command>
</menu>
</menubar>