ToolApplicationModel.st
changeset 927 2e4efdc9bc69
parent 922 94a40763e3bf
child 936 d3d50ac7cdd0
--- a/ToolApplicationModel.st	Wed May 20 02:31:33 1998 +0200
+++ b/ToolApplicationModel.st	Wed May 20 03:32:54 1998 +0200
@@ -618,6 +618,7 @@
                     #layout: #(#LayoutFrame 5 0 0 0 -2 0.5 0 1)
                     #activeHelpKey: #commitCancel
                     #label: 'Cancel'
+                    #translateLabel: true
                     #tabable: true
                     #model: #cancel
                     #enableChannel: #valueOfEnablingCommitButtons
@@ -627,6 +628,7 @@
                     #layout: #(#LayoutFrame 2 0.5 0 0.0 -5 1 0 1.0)
                     #activeHelpKey: #commitOK
                     #label: 'OK'
+                    #translateLabel: true
                     #tabable: true
                     #model: #accept
                     #enableChannel: #valueOfEnablingCommitButtons
@@ -634,6 +636,8 @@
               )
           )
       )
+
+    "Modified: / 20.5.1998 / 03:31:54 / cg"
 !
 
 windowSpecForCommitWithoutChannels
@@ -672,6 +676,7 @@
                     #layout: #(#LayoutFrame 5 0 0 0 -2 0.5 0 1)
                     #activeHelpKey: #commitCancel
                     #label: 'Cancel'
+                    #translateLabel: true
                     #tabable: true
                     #model: #cancel
                 )
@@ -680,12 +685,15 @@
                     #layout: #(#LayoutFrame 2 0.5 0 0.0 -5 1 0 1.0)
                     #activeHelpKey: #commitOK
                     #label: 'OK'
+                    #translateLabel: true
                     #tabable: true
                     #model: #accept
                 )
               )
           )
       )
+
+    "Modified: / 20.5.1998 / 03:30:09 / cg"
 !
 
 windowSpecForInfoBar
@@ -1419,5 +1427,5 @@
 !ToolApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.56 1998-05-19 19:45:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.57 1998-05-20 01:32:54 cg Exp $'
 ! !