File: help-menu.xml

package info (click to toggle)
solfege 3.10.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 12,408 kB
  • ctags: 4,270
  • sloc: python: 22,161; xml: 7,536; ansic: 4,442; makefile: 685; sh: 308
file content (15 lines) | stat: -rw-r--r-- 452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<ui>
 <menubar name='Menubar'>
    <menu action='HelpMenu'>
      <menuitem action='HelpIndex' />
      <placeholder name='PerExerciseHelp' />
      <menuitem action='HelpAllLessonFiles' />
      <menuitem action='HelpShowPathInfo' />
      <separator />
      <menuitem action='HelpOnline' />
      <menuitem action='HelpReportingBugs' />
      <menuitem action='ShowBugReports' />
      <menuitem action='HelpAbout' />
    </menu>
  </menubar>
</ui>