TopView.st
changeset 7093 913efc76315a
parent 6791 3ac9db8d679f
child 7163 505d327a801d
--- a/TopView.st	Fri Jan 08 13:27:48 2016 +0100
+++ b/TopView.st	Fri Jan 15 04:06:20 2016 +0100
@@ -723,14 +723,14 @@
 !TopView methodsFor:'help stubs'!
 
 flyByHelpTextFor:aSubView
-    "this will vanish - its temporarily here to allow for stdSysViews to be
+    "this will vanish - it's temporarily here to allow for stdSysViews to be
      used as a masterApp for dialogs"
 
     ^ nil
 !
 
 helpTextFor:aSubView
-    "this will vanish - its temporarily here to allow for stdSysViews to be
+    "this will vanish - it's temporarily here to allow for stdSysViews to be
      used as a masterApp for dialogs"
 
     ^ nil
@@ -1480,11 +1480,11 @@
 !TopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.153 2015-02-24 15:47:12 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.153 2015-02-24 15:47:12 cg Exp $'
+    ^ '$Header$'
 ! !