stx_libview.st
changeset 4599 e734a44eae11
parent 4593 7fcabb15bd6e
child 4605 d102d44d28a1
--- a/stx_libview.st	Thu Sep 14 16:15:02 2006 +0200
+++ b/stx_libview.st	Thu Sep 14 16:15:03 2006 +0200
@@ -89,9 +89,10 @@
 protectedFileNames
     "do NOT overwrite the hand-written Make.proto"
 
-    ^ #( ' Make.proto' )
+    ^ #( 'Make.proto' )
 
     "Created: / 14-09-2006 / 14:39:33 / cg"
+    "Modified: / 14-09-2006 / 16:15:22 / cg"
 ! !
 
 !stx_libview class methodsFor:'description - project information'!
@@ -125,5 +126,5 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.3 2006-09-14 14:12:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.4 2006-09-14 14:15:03 cg Exp $'
 ! !