class: AbstractSettingsApplication
authorClaus Gittinger <cg@exept.de>
Mon, 14 Apr 2014 23:08:41 +0200
changeset 14258 97dd742772e1
parent 14257 c51afcd49135
child 14259 4ccbb1be5b0b
class: AbstractSettingsApplication
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Mon Apr 14 22:57:49 2014 +0200
+++ b/AbstractSettingsApplication.st	Mon Apr 14 23:08:41 2014 +0200
@@ -17619,38 +17619,38 @@
                          label: 'VM Info Messages'
                          name: 'VMInfoMessages'
                          layout: (LayoutFrame 5 0 5 0 -5 1 35 0)
+                         activeHelpKey: vmInfo
                          model: vmInfo
-                         activeHelpKey: vmInfo
                          translateLabel: true
                        )
                       (CheckBoxSpec
                          label: 'VM Error Messages'
                          name: 'VMErrorMessages'
                          layout: (LayoutFrame 5 0 30 0 -5 1 60 0)
+                         activeHelpKey: vmErrors
                          model: vmErrors
-                         activeHelpKey: vmErrors
                          translateLabel: true
                        )
                       (CheckBoxSpec
                          label: 'Display Error Messages (Xlib, Xtlib, WinAPI ...)'
                          name: 'DisplayErrorMessages'
                          layout: (LayoutFrame 5 0 55 0 -5 1 85 0)
+                         activeHelpKey: displayErrors
                          model: displayErrors
-                         activeHelpKey: displayErrors
                          translateLabel: true
                        )
                       (CheckBoxSpec
                          label: 'Other Info Messages'
                          name: 'OtherInfoMessages'
                          layout: (LayoutFrame 5 0 80 0 -5 1 110 0)
+                         activeHelpKey: classInfos
                          model: classInfos
-                         activeHelpKey: classInfos
-                         translateLabel: true
-                       )
-                      )
-                    
-                   )
-                   extent: (Point 553 142)
+                         translateLabel: true
+                       )
+                      )
+                    
+                   )
+                   extent: (Point 553 150)
                  )
                 (FramedBoxSpec
                    label: 'Audible Bell'
@@ -17664,50 +17664,50 @@
                          label: 'Beep Generally Enabled'
                          name: 'beepEnabled'
                          layout: (LayoutFrame 5 0 5 0 0 1 35 0)
+                         activeHelpKey: beepEnabled
                          model: beepEnabled
-                         activeHelpKey: beepEnabled
                          translateLabel: true
                        )
                       (CheckBoxSpec
                          label: 'Beep in Editor'
                          name: 'CheckBox7'
                          layout: (LayoutFrame 40 0 30 0 0 1 60 0)
+                         activeHelpKey: beepInEditor
                          enableChannel: beepEnabled
                          model: beepInEditor
-                         activeHelpKey: beepInEditor
                          translateLabel: true
                        )
                       (CheckBoxSpec
                          label: 'Beep for Info Dialogs'
                          name: 'CheckBox3'
                          layout: (LayoutFrame 40 0 55 0 0 1 85 0)
+                         activeHelpKey: beepForInfoDialog
                          enableChannel: beepEnabled
                          model: beepForInfoDialog
-                         activeHelpKey: beepForInfoDialog
                          translateLabel: true
                        )
                       (CheckBoxSpec
                          label: 'Beep for Warning Dialogs'
                          name: 'CheckBox4'
                          layout: (LayoutFrame 40 0 80 0 0 1 110 0)
+                         activeHelpKey: beepForWarningDialog
                          enableChannel: beepEnabled
                          model: beepForWarningDialog
-                         activeHelpKey: beepForWarningDialog
                          translateLabel: true
                        )
                       (CheckBoxSpec
                          label: 'Beep for Error Dialogs'
                          name: 'CheckBox5'
                          layout: (LayoutFrame 40 0 105 0 0 1 135 0)
+                         activeHelpKey: beepForErrorDialog
                          enableChannel: beepEnabled
                          model: beepForErrorDialog
-                         activeHelpKey: beepForErrorDialog
-                         translateLabel: true
-                       )
-                      )
-                    
-                   )
-                   extent: (Point 553 168)
+                         translateLabel: true
+                       )
+                      )
+                    
+                   )
+                   extent: (Point 553 171)
                  )
                 (FramedBoxSpec
                    label: 'Help'
@@ -17721,17 +17721,16 @@
                          label: 'Tooltips (FlyBy Help)'
                          name: 'CheckBox6'
                          layout: (LayoutFrame 5 0 5 0 -5 1 35 0)
-                         activeHelpKey: showToolTips
+                         activeHelpKey: flyByHelpActive
                          model: flyByHelpActive
-                         activeHelpKey: flyByHelpActive
                          translateLabel: true
                        )
                       (InputFieldSpec
                          name: 'EntryField1'
                          layout: (LayoutFrame -90 1 5 0 -34 1 35 0)
+                         activeHelpKey: toolTipAutoHideDelay
                          enableChannel: flyByHelpActive
                          model: toolTipAutoHideDelay
-                         activeHelpKey: toolTipAutoHideDelay
                          type: timeDurationOrNil
                          acceptOnReturn: true
                          acceptOnTab: true
@@ -17749,14 +17748,14 @@
                          label: '(s)'
                          name: 'Label2'
                          layout: (LayoutFrame -31 1 6 0 0 1 36 0)
+                         activeHelpKey: toolTipAutoHideDelay
                          translateLabel: true
                          adjust: left
-                         activeHelpKey: toolTipAutoHideDelay
-                       )
-                      )
-                    
-                   )
-                   extent: (Point 553 72)
+                       )
+                      )
+                    
+                   )
+                   extent: (Point 553 77)
                  )
                 )
               
@@ -19251,10 +19250,10 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.530 2014-04-14 20:25:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.531 2014-04-14 21:08:41 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.530 2014-04-14 20:25:16 cg Exp $'
-! !
-
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.531 2014-04-14 21:08:41 cg Exp $'
+! !
+