#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Thu, 28 Feb 2019 12:25:16 +0100
changeset 18623 2613f1b128bb
parent 18622 00e53ab225bf
child 18624 46065301a4e1
#REFACTORING by cg class: FileBrowserV2SettingsAppl class removed: #helpPairs changed: #helpSpec
FileBrowserV2SettingsAppl.st
--- 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'!