changed: #menuSpec
authorClaus Gittinger <cg@exept.de>
Fri, 22 Oct 2010 15:50:21 +0200
changeset 9593 62d7ae50438e
parent 9592 417dcf26fdbe
child 9594 ad3ecfd53aad
changed: #menuSpec
DebugView.st
--- a/DebugView.st	Fri Oct 22 14:50:56 2010 +0200
+++ b/DebugView.st	Fri Oct 22 15:50:21 2010 +0200
@@ -740,7 +740,6 @@
                   label: 'Abort'
                   itemValue: doAbort
                   translateLabel: true
-                  shortcutKey: Cmdx
                 )
                (MenuItem
                   enabled: abortAllIsHandled
@@ -988,6 +987,8 @@
         nil
         nil
       )
+
+    "Modified: / 22-10-2010 / 15:50:03 / cg"
 ! !
 
 !DebugView class methodsFor:'misc'!
@@ -7047,11 +7048,11 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.507 2010-10-22 11:53:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.508 2010-10-22 13:50:21 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.507 2010-10-22 11:53:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.508 2010-10-22 13:50:21 cg Exp $'
 ! !
 
 DebugView initialize!