source: snovis/head/scripts/OnX/Help.onx @ 6

Last change on this file since 6 was 6, checked in by barrand, 17 years ago
File size: 322 bytes
RevLine 
[6]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.