Tools__InternationalLanguageTranslationEditor.st
changeset 2413 655f1c52504c
parent 2410 a3b53393dcf3
child 2416 98dbabd36558
equal deleted inserted replaced
2412:3e2395ff3b75 2413:655f1c52504c
  1781      It will be invoked when the menu-item 'help-documentation' is selected."
  1781      It will be invoked when the menu-item 'help-documentation' is selected."
  1782 
  1782 
  1783     "/ change below as required ...
  1783     "/ change below as required ...
  1784 
  1784 
  1785     "/ to open an HTML viewer on some document (under 'doc/online/<language>/' ):
  1785     "/ to open an HTML viewer on some document (under 'doc/online/<language>/' ):
  1786     HTMLDocumentView openFullOnDocumentationFile:'TOP.html'.
  1786     HTMLDocumentView openFullOnDocumentationFile:'tools/languageEditor/TOP.html'.
  1787 
  1787 
  1788     "/ add application-specific help files under the 'doc/online/<language>/help/appName'
  1788     "/ add application-specific help files under the 'doc/online/<language>/help/appName'
  1789     "/ directory, and open a viewer with:
  1789     "/ directory, and open a viewer with:
  1790     "/ HTMLDocumentView openFullOnDocumentationFile:'help/<MyApplication>/TOP.html'.
  1790     "/ HTMLDocumentView openFullOnDocumentationFile:'help/<MyApplication>/TOP.html'.
  1791 !
  1791 !