stx_libview2.st
changeset 3278 b4e4fadd90da
parent 3270 30cc4b548ca8
child 3378 0086f017aef8
--- a/stx_libview2.st	Tue Jan 14 13:11:34 2014 +0100
+++ b/stx_libview2.st	Tue Jan 14 13:11:36 2014 +0100
@@ -293,7 +293,7 @@
         (RIFFReader autoload)
         ResourceRetriever
         (ST80FormReader autoload)
-        (ScreenLock autoload)
+        (ScreenLock unix)
         StandardSystemController
         (SunRasterReader autoload)
         TIFFReader
@@ -399,10 +399,10 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.78 2014-01-13 13:08:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.79 2014-01-14 12:11:36 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.78 2014-01-13 13:08:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.79 2014-01-14 12:11:36 stefan Exp $'
 ! !