#help as resource type for help specs added
authortz
Fri, 20 Mar 1998 16:27:27 +0100
changeset 3343 16b4d80b89c9
parent 3342 8bcf0fc80a21
child 3344 088c84bfad31
#help as resource type for help specs added
Method.st
--- a/Method.st	Fri Mar 13 22:23:42 1998 +0100
+++ b/Method.st	Fri Mar 20 16:27:27 1998 +0100
@@ -267,7 +267,7 @@
 resourceTypes
     "get the types of resources for which a spec definition and corresponding editor exist"
 
-    ^#(canvas menu image fileImage hierarchicalList tabList tableColumns)
+    ^#(canvas menu image fileImage help hierarchicalList tabList tableColumns)
 ! !
 
 !Method class methodsFor:'special'!
@@ -2519,6 +2519,6 @@
 !Method class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.156 1998-03-13 21:23:42 tz Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.157 1998-03-20 15:27:27 tz Exp $'
 ! !
 Method initialize!