UISelectionPanel.st
changeset 840 e368bbd0e6d4
parent 803 19e0367ee9d6
child 859 c3e7a82c602b
--- a/UISelectionPanel.st	Wed May 20 02:30:52 1998 +0200
+++ b/UISelectionPanel.st	Wed May 20 03:33:32 1998 +0200
@@ -390,29 +390,34 @@
                     #name: 'Button'
                     #layout: #(#LayoutFrame 15 0 15 0 140 0 37 0)
                     #label: 'Button'
+                    #translateLabel: true
                 )
                  #(#ActionButtonSpec
                     #name: 'Button - OK'
                     #layout: #(#LayoutFrame 15 0 47 0 140 0 69 0)
                     #label: 'OK'
+                    #translateLabel: true
                     #model: #accept
                 )
                  #(#ActionButtonSpec
                     #name: 'Button - Cancel'
                     #layout: #(#LayoutFrame 15 0 79 0 140 0 101 0)
                     #label: 'Cancel'
+                    #translateLabel: true
                     #model: #cancel
                 )
                  #(#ActionButtonSpec
                     #name: 'Button - Help'
                     #layout: #(#LayoutFrame 15 0 111 0 140 0 133 0)
                     #label: 'Help'
+                    #translateLabel: true
                     #model: #help
                 )
                  #(#ActionButtonSpec
                     #name: 'Button - Close'
                     #layout: #(#LayoutFrame 15 0 143 0 140 0 165 0)
                     #label: 'Close'
+                    #translateLabel: true
                     #model: #closeRequest
                 )
                  #(#ToggleSpec
@@ -420,6 +425,7 @@
                     #layout: #(#LayoutFrame 157 0 15 0 293 0 37 0)
                     #label: 'Toggle'
                     #isTriggerOnDown: true
+                    #translateLabel: true
                     #lampColor: #(#Color 100.0 100.0 0.0)
                 )
                  #(#RadioButtonSpec
@@ -427,11 +433,13 @@
                     #layout: #(#LayoutFrame 157 0.0 47 0 293 0 69 0)
                     #label: 'Radio Button'
                     #isTriggerOnDown: true
+                    #translateLabel: true
                     #lampColor: #(#Color 100.0 100.0 0.0)
                 )
                  #(#CheckBoxSpec
                     #name: 'Check Box'
                     #layout: #(#LayoutFrame 157 0 79 0 293 0 101 0)
+                    #translateLabel: true
                     #label: 'Check Box'
                 )
                  #(#CheckToggleSpec
@@ -453,6 +461,7 @@
                     #name: 'Model Button'
                     #layout: #(#LayoutFrame 309 0 15 0 445 0 37 0)
                     #label: 'Model Button'
+                    #translateLabel: true
                 )
                  #(#LabelSpec
                     #name: 'UpDownButtonLabel'
@@ -484,6 +493,8 @@
               )
           )
       )
+
+    "Modified: / 20.5.1998 / 03:25:21 / cg"
 !
 
 standardGraphs
@@ -655,6 +666,7 @@
                     #layout: #(#LayoutFrame 240 0 15 0 445 0 110 0)
                     #label: 'Framed Box'
                     #labelPosition: #topLeft
+                    #translateLabel: true
                 )
                  #(#LabelSpec
                     #name: 'PanelLabel'
@@ -797,6 +809,8 @@
               )
           )
       )
+
+    "Modified: / 20.5.1998 / 03:26:08 / cg"
 !
 
 standardLists
@@ -1260,10 +1274,13 @@
                     #name: 'Label'
                     #layout: #(#LayoutFrame 240 0 125 0 445 0 147 0)
                     #label: 'Label'
+                    #translateLabel: true
                 )
               )
           )
       )
+
+    "Modified: / 20.5.1998 / 03:25:40 / cg"
 !
 
 standardUserPanel