AbstractFileBrowser.st
changeset 8093 426a17ddceb6
parent 8091 803f4df78b72
child 8127 116f25bc97ad
equal deleted inserted replaced
8092:c75f44bd9e69 8093:426a17ddceb6
   593 #editFile
   593 #editFile
   594 'Edit the Selected File'
   594 'Edit the Selected File'
   595 
   595 
   596 #fileHome
   596 #fileHome
   597 'Goto Home Directory'
   597 'Goto Home Directory'
       
   598 
       
   599 #fileDesktop
       
   600 'Goto Desktop Directory'
   598 
   601 
   599 #fileGotoDefault
   602 #fileGotoDefault
   600 'Goto Default Directory (ST/X Start Directory)'
   603 'Goto Default Directory (ST/X Start Directory)'
   601 
   604 
   602 #fileGotoSmalltalkDirectory
   605 #fileGotoSmalltalkDirectory
  7403 ! !
  7406 ! !
  7404 
  7407 
  7405 !AbstractFileBrowser class methodsFor:'documentation'!
  7408 !AbstractFileBrowser class methodsFor:'documentation'!
  7406 
  7409 
  7407 version
  7410 version
  7408     ^ '$Header: /cvs/stx/stx/libtool/AbstractFileBrowser.st,v 1.369 2008-05-02 13:27:20 cg Exp $'
  7411     ^ '$Header: /cvs/stx/stx/libtool/AbstractFileBrowser.st,v 1.370 2008-05-02 14:27:31 cg Exp $'
  7409 ! !
  7412 ! !