AbstractLauncherApplication.st
changeset 19251 adf9ea3372d2
parent 19221 3a55145902d5
child 19315 b186a8e9dd05
equal deleted inserted replaced
19250:3b2a5ea6a056 19251:adf9ea3372d2
  1864 ! !
  1864 ! !
  1865 
  1865 
  1866 !AbstractLauncherApplication methodsFor:'user actions-help'!
  1866 !AbstractLauncherApplication methodsFor:'user actions-help'!
  1867 
  1867 
  1868 openDocumentation
  1868 openDocumentation
  1869     "open an HTML browser on the launcher section in the 'tools/TOP' document"
  1869     "open an HTML browser on the launcher section in the 'tools/TOP' document.
       
  1870      Called when <F1> is pressed"
  1870 
  1871 
  1871     self startLauncherDocumentation
  1872     self startLauncherDocumentation
  1872 !
  1873 !
  1873 
  1874 
  1874 showBookPrintDocument
  1875 showBookPrintDocument