changed: #flyByHelpSpec
authorClaus Gittinger <cg@exept.de>
Wed, 02 Dec 2009 22:41:42 +0100
changeset 9293 dcbf31f821ed
parent 9292 b6d3031d117b
child 9294 e19553d7e864
changed: #flyByHelpSpec
ProcessMonitorV2.st
--- a/ProcessMonitorV2.st	Wed Dec 02 17:40:55 2009 +0100
+++ b/ProcessMonitorV2.st	Wed Dec 02 22:41:42 2009 +0100
@@ -176,7 +176,7 @@
 'Raise Prio'
 
 #RaiseWindow
-'Raise Applications Window'
+'Raise Application''s Window'
 
 #Restart
 'Restart'
@@ -205,27 +205,6 @@
 )
 
     "Modified: / 05-06-2007 / 18:35:47 / cg"
-!
-
-helpSpec
-    "This resource specification was automatically generated
-     by the UIHelpTool of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the UIHelpTool may not be able to read the specification."
-
-    "
-     UIHelpTool openOnClass:ProcessMonitorV2
-    "
-
-    <resource: #help>
-
-    ^ super helpSpec addPairsFrom:#(
-
-#Debug
-''
-
-)
 ! !
 
 !ProcessMonitorV2 class methodsFor:'image specs'!
@@ -3267,9 +3246,9 @@
 !ProcessMonitorV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.47 2009-10-22 12:41:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.48 2009-12-02 21:41:42 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.47 2009-10-22 12:41:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.48 2009-12-02 21:41:42 cg Exp $'
 ! !