FileBrowserV2SettingsAppl.st
changeset 18623 2613f1b128bb
parent 17915 ae1167b3d95c
--- a/FileBrowserV2SettingsAppl.st	Thu Feb 28 11:57:16 2019 +0100
+++ b/FileBrowserV2SettingsAppl.st	Thu Feb 28 12:25:16 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -46,10 +48,10 @@
 
 !FileBrowserV2SettingsAppl class methodsFor:'help specs'!
 
-helpPairs
+helpSpec
     <resource: #help>
 
-    ^ #(
+    ^ super helpSpec addPairsFrom:#(
 
 #autoOpenDirectoryDescription
 'When changing directories, automatically show the contents of a README or .dirInfo file if present.'
@@ -75,12 +77,8 @@
 #viewDirsInContentsBrowser
 'Show directories in the right contents view'
 )
-!
 
-helpSpec
-    <resource: #help>
-
-    ^ super helpSpec addPairsFrom:(self helpPairs)
+    "Modified: / 28-02-2019 / 12:25:06 / Claus Gittinger"
 ! !
 
 !FileBrowserV2SettingsAppl class methodsFor:'icon'!