ThreeColumnTextView.st
changeset 2965 1f32958fcf65
parent 1440 6e313ad0c279
--- a/ThreeColumnTextView.st	Tue Jul 04 14:21:56 2006 +0200
+++ b/ThreeColumnTextView.st	Wed Jul 05 09:42:12 2006 +0200
@@ -12,6 +12,8 @@
 
     "Created: 20.11.1995 / 13:21:17 / cg"
 
+"{ Package: 'stx:libwidg2' }"
+
 SyncedMultiColumnTextView subclass:#ThreeColumnTextView
 	instanceVariableNames:''
 	classVariableNames:''
@@ -165,5 +167,5 @@
 !ThreeColumnTextView class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libwidg2/ThreeColumnTextView.st,v 1.2 1999-07-09 14:56:58 cg Exp $'
+^ '$Header: /cvs/stx/stx/libwidg2/ThreeColumnTextView.st,v 1.3 2006-07-05 07:42:12 fm Exp $'
 ! !