VerticalRuler.st
changeset 3150 e3a55f15ef7e
parent 1619 fda861e265ca
child 4770 6634b540fea2
--- a/VerticalRuler.st	Fri Nov 10 07:20:31 2006 +0100
+++ b/VerticalRuler.st	Mon Nov 13 17:11:31 2006 +0100
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+"{ Package: 'stx:libwidg2' }"
+
 Ruler subclass:#VerticalRuler
 	instanceVariableNames:''
 	classVariableNames:''
@@ -56,5 +58,5 @@
 !VerticalRuler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/VerticalRuler.st,v 1.10 1999-11-24 12:12:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/VerticalRuler.st,v 1.11 2006-11-13 16:11:31 cg Exp $'
 ! !