FileBrowserV2.st
changeset 4217 199986655f96
parent 4214 466abfba4fe9
child 4223 170e44ddba6e
--- a/FileBrowserV2.st	Fri Nov 08 12:28:10 2002 +0100
+++ b/FileBrowserV2.st	Fri Nov 08 14:20:46 2002 +0100
@@ -1296,54 +1296,14 @@
 
 !FileBrowserV2::SettingDialog methodsFor:'menu actions'!
 
-menuNew
-    "This method was generated by the Browser.
-     It will be invoked when the menu-item 'new' is selected."
-
-    "/ change below and add any actions as required here ...
-    self warn:'no action for ''new'' available.'.
-!
-
-menuOpen
-    "This method was generated by the Browser.
-     It will be invoked when the menu-item 'open' is selected."
-
-    "/ change below and add any actions as required here ...
-    self warn:'no action for ''open'' available.'.
-!
-
-menuSave
-    "This method was generated by the Browser.
-     It will be invoked when the menu-item 'save' is selected."
-
-    "/ change below and add any actions as required here ...
-    self warn:'no action for ''save'' available.'.
-!
-
-menuSaveAs
-    "This method was generated by the Browser.
-     It will be invoked when the menu-item 'saveAs' is selected."
-
-    "/ change below and add any actions as required here ...
-    self warn:'no action for ''saveAs'' available.'.
-!
-
-openAboutThisApplication
-    "This method was generated by the Browser.
-     It will be invoked when the menu-item 'help-about' is selected."
-
-    "/ could open a customized aboutBox here ...
-    super openAboutThisApplication
-!
-
-openDocumentation
+help
     "This method was generated by the Browser.
      It will be invoked when the menu-item 'help-documentation' is selected."
 
     "/ change below as required ...
 
     "/ to open an HTML viewer on some document (under 'doc/online/<language>/' ):
-    HTMLDocumentView openFullOnDocumentationFile:'TOP.html'.
+"/    HTMLDocumentView openFullOnDocumentationFile:'TOP.html'.
 
     "/ add application-specific help files under the 'doc/online/<language>/help/appName'
     "/ directory, and open a viewer with:
@@ -1353,7 +1313,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.40 2002-11-08 11:01:46 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.41 2002-11-08 13:20:46 penk Exp $'
 ! !
 
 FileBrowserV2 initialize!