FileBrowserV2SettingsAppl.st
changeset 5102 5210b069cf1b
parent 5042 0879ce37c521
child 5140 36c7da05d814
--- a/FileBrowserV2SettingsAppl.st	Thu Aug 21 16:44:57 2003 +0200
+++ b/FileBrowserV2SettingsAppl.st	Thu Aug 21 16:46:04 2003 +0200
@@ -324,10 +324,8 @@
     ].
 !
 
-help
-
-    self warn:'no help available here'.
-"/    self withWaitCursorDo:[HTMLDocumentView openFullOnHelpFile:'Launcher/keyboardSetting.html'].
+helpFilename
+    ^ 'FileBrowserV2/settings.html'
 !
 
 readSettings
@@ -544,5 +542,5 @@
 !FileBrowserV2SettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.11 2003-07-10 12:38:47 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.12 2003-08-21 14:46:04 cg Exp $'
 ! !