protocol rename
authorClaus Gittinger <cg@exept.de>
Tue, 04 Sep 2001 20:58:36 +0200
changeset 1498 677de8e0b423
parent 1497 dff682eb74fc
child 1499 391ec6b1e6d9
protocol rename
KeyboardProcessor.st
UIBuilder.st
WindowBuilder.st
--- a/KeyboardProcessor.st	Thu Aug 23 13:19:16 2001 +0200
+++ b/KeyboardProcessor.st	Tue Sep 04 20:58:36 2001 +0200
@@ -111,7 +111,7 @@
   ^ rawKey size == 4 and:[rawKey startsWith:'Cmd']
 ! !
 
-!KeyboardProcessor methodsFor:'Compatibility - ST80'!
+!KeyboardProcessor methodsFor:'Compatibility - VW'!
 
 keyboardConsumers
     ^ #()
@@ -305,5 +305,5 @@
 !KeyboardProcessor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/KeyboardProcessor.st,v 1.23 2001-08-20 23:19:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/KeyboardProcessor.st,v 1.24 2001-09-04 18:58:01 cg Exp $'
 ! !
--- a/UIBuilder.st	Thu Aug 23 13:19:16 2001 +0200
+++ b/UIBuilder.st	Tue Sep 04 20:58:36 2001 +0200
@@ -119,7 +119,7 @@
     Verbose := false    "/ debugging flag
 ! !
 
-!UIBuilder methodsFor:'Compatibility - ST80'!
+!UIBuilder methodsFor:'Compatibility - VW'!
 
 wrapper
     "ST/X has no wrappers - return the view here"
@@ -400,6 +400,6 @@
 !UIBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.50 2000-12-16 17:53:55 ps Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.51 2001-09-04 18:58:28 cg Exp $'
 ! !
 UIBuilder initialize!
--- a/WindowBuilder.st	Thu Aug 23 13:19:16 2001 +0200
+++ b/WindowBuilder.st	Tue Sep 04 20:58:36 2001 +0200
@@ -149,7 +149,7 @@
     "Modified: / 4.8.1998 / 19:40:14 / cg"
 ! !
 
-!WindowBuilder methodsFor:'Compatibility - ST80'!
+!WindowBuilder methodsFor:'Compatibility - VW'!
 
 source
     "same as #application, for ST-80 compatibility"
@@ -1266,5 +1266,5 @@
 !WindowBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.91 2000-12-16 17:53:16 ps Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.92 2001-09-04 18:58:36 cg Exp $'
 ! !