FileBrowser.st
changeset 7113 34e7b145ad44
parent 7001 4fee73d084ac
child 7287 6b23279656fd
equal deleted inserted replaced
7112:b1c931857a1e 7113:34e7b145ad44
  4454 !
  4454 !
  4455 
  4455 
  4456 openAboutThisApplication
  4456 openAboutThisApplication
  4457     "opens an about box for this application."
  4457     "opens an about box for this application."
  4458 
  4458 
  4459     DialogBox aboutClass:self class.
  4459     Dialog aboutClass:self class.
       
  4460 
       
  4461     "Modified: / 12-09-2006 / 17:20:41 / cg"
  4460 !
  4462 !
  4461 
  4463 
  4462 openHTMLDocument:relativeDocPath
  4464 openHTMLDocument:relativeDocPath
  4463     HTMLDocumentView openFullOnDocumentationFile:relativeDocPath
  4465     HTMLDocumentView openFullOnDocumentationFile:relativeDocPath
  4464 
  4466 
  7496 ! !
  7498 ! !
  7497 
  7499 
  7498 !FileBrowser class methodsFor:'documentation'!
  7500 !FileBrowser class methodsFor:'documentation'!
  7499 
  7501 
  7500 version
  7502 version
  7501     ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.613 2006-08-26 10:56:40 cg Exp $'
  7503     ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.614 2006-09-12 15:20:25 cg Exp $'
  7502 ! !
  7504 ! !