WinWorkstation.st
changeset 5110 f4819f5be24f
parent 5108 5c92e9b267db
child 5141 8599aaa9bd7d
--- a/WinWorkstation.st	Wed Nov 26 15:56:30 2008 +0100
+++ b/WinWorkstation.st	Wed Nov 26 15:56:49 2008 +0100
@@ -13945,7 +13945,7 @@
         Copy            Ctrlc           "copy selection to buffer"
         Cut             Ctrlx           "cut selection into buffer"
         Paste           Ctrlv           "paste buffer or external selection"
-        Abort           CtrlPause       "Abort window process"
+        UserAbort       CtrlCancel      "Abort window process"
         UserInterrupt   Pause           "interrupt window process"
         $0              KeyPad0         "NumLocked numeric keypad keys..."
         $1              KeyPad1
@@ -18121,7 +18121,7 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.376 2008-11-26 14:47:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.377 2008-11-26 14:56:49 cg Exp $'
 ! !
 
 WinWorkstation initialize!