source: head/scripts/OnX/Help.onx@ 3

Last change on this file since 3 was 3, checked in by barrand, 19 years ago
File size: 322 bytes
Line 
1<widget class="CascadeButton">
2 <label>Help</label>
3 <widget class="Menu">
4 <reference file="$ONXROOT/scripts/OnX/Help.onx"/>
5 <widget class="MenuItem">
6 <label>Tutorial</label>
7 <activate exec="DLD">OnX ui_help_file $SNOVISROOT/scripts/Help/Tutorial.help</activate>
8 </widget>
9 </widget>
10</widget>
11
Note: See TracBrowser for help on using the repository browser.