StoreSourceCodeManagementSettingsAppl.st
changeset 11411 74469d327c8d
parent 11327 a47b9e7181e8
child 11427 4b712ac287fb
--- a/StoreSourceCodeManagementSettingsAppl.st	Mon Mar 12 12:11:48 2012 +0100
+++ b/StoreSourceCodeManagementSettingsAppl.st	Mon Mar 12 12:13:34 2012 +0100
@@ -135,12 +135,21 @@
                           component: 
                          (SpecCollection
                             collection: (
+                             (ComboBoxSpec
+                                name: 'ComboBox1'
+                                layout: (LayoutFrame 44 0.25 222 0 0 1 244 0)
+                                tabable: true
+                                model: perStoreModuleRoot
+                                acceptChannel: acceptChannel
+                                acceptOnPointerLeave: true
+                                comboList: sampleModuleList
+                              )
                              (CheckBoxSpec
                                 label: 'Show in Browser Menus'
                                 name: 'CheckBox1'
                                 layout: (LayoutFrame 0 0 5 0 0 1 27 0)
+                                activeHelpKey: shownInBrowserMenus
                                 model: shownInBrowserMenusHolder
-                                activeHelpKey: shownInBrowserMenus
                                 translateLabel: true
                               )
                              (ViewSpec
@@ -276,14 +285,6 @@
                                 translateLabel: true
                                 adjust: right
                               )
-                             (InputFieldSpec
-                                name: 'perModuleModuleEntryField'
-                                layout: (LayoutFrame 44 0.25 222 0 0 1 244 0)
-                                tabable: true
-                                model: perStoreModuleRoot
-                                acceptChannel: acceptChannel
-                                acceptOnPointerLeave: true
-                              )
                              (LabelSpec
                                 label: 'DB:'
                                 name: 'perModuleDBLabel'
@@ -483,8 +484,6 @@
          
         )
       )
-
-    "Modified: / 11-01-2012 / 15:39:47 / cg"
 ! !
 
 !StoreSourceCodeManagementSettingsAppl class methodsFor:'queries'!
@@ -1211,11 +1210,11 @@
 !StoreSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/StoreSourceCodeManagementSettingsAppl.st,v 1.15 2012-03-02 13:51:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/StoreSourceCodeManagementSettingsAppl.st,v 1.16 2012-03-12 11:13:34 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/StoreSourceCodeManagementSettingsAppl.st,v 1.15 2012-03-02 13:51:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/StoreSourceCodeManagementSettingsAppl.st,v 1.16 2012-03-12 11:13:34 cg Exp $'
 !
 
 version_SVN