AbstractLauncherApplication.st
changeset 19221 3a55145902d5
parent 19106 284d9158b1d9
child 19251 adf9ea3372d2
equal deleted inserted replaced
19220:c637bafab0b6 19221:3a55145902d5
  1862 
  1862 
  1863     "Modified: / 27-07-2012 / 09:46:19 / cg"
  1863     "Modified: / 27-07-2012 / 09:46:19 / cg"
  1864 ! !
  1864 ! !
  1865 
  1865 
  1866 !AbstractLauncherApplication methodsFor:'user actions-help'!
  1866 !AbstractLauncherApplication methodsFor:'user actions-help'!
       
  1867 
       
  1868 openDocumentation
       
  1869     "open an HTML browser on the launcher section in the 'tools/TOP' document"
       
  1870 
       
  1871     self startLauncherDocumentation
       
  1872 !
  1867 
  1873 
  1868 showBookPrintDocument
  1874 showBookPrintDocument
  1869     "open an HTML browser on the 'book'-printing document"
  1875     "open an HTML browser on the 'book'-printing document"
  1870 
  1876 
  1871     self showDocumentation:'BOOK.html'
  1877     self showDocumentation:'BOOK.html'