MercurialSourceCodeManagementSettingsAppl.st
changeset 11407 8f3354fb59f2
parent 11402 23865ce9ff3b
child 11620 d9dd89e6b977
--- a/MercurialSourceCodeManagementSettingsAppl.st	Mon Mar 12 12:03:03 2012 +0100
+++ b/MercurialSourceCodeManagementSettingsAppl.st	Mon Mar 12 12:05:56 2012 +0100
@@ -342,6 +342,16 @@
                           component: 
                          (SpecCollection
                             collection: (
+                             (ComboBoxSpec
+                                name: 'ComboBox3'
+                                layout: (LayoutFrame 64 0.25 303 0 0 1 325 0)
+                                activeHelpKey: hgRootPerModuleModule
+                                tabable: true
+                                model: perModuleRepositoryModule
+                                acceptChannel: acceptChannel
+                                acceptOnPointerLeave: true
+                                comboList: sampleModuleList
+                              )
                              (CheckBoxSpec
                                 label: 'Show in Browser Menus'
                                 name: 'CheckBox1'
@@ -522,15 +532,6 @@
                                 translateLabel: true
                                 adjust: right
                               )
-                             (InputFieldSpec
-                                name: 'perModuleRepositoryModuleEntryField'
-                                layout: (LayoutFrame 64 0.25 303 0 0 1 325 0)
-                                activeHelpKey: hgRootPerModuleModule
-                                tabable: true
-                                model: perModuleRepositoryModule
-                                acceptChannel: acceptChannel
-                                acceptOnPointerLeave: true
-                              )
                              (LabelSpec
                                 label: 'Mercurial Repository:'
                                 name: 'hgRepository'
@@ -1310,9 +1311,9 @@
 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.15 2012-03-09 08:17:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.16 2012-03-12 11:05:56 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.15 2012-03-09 08:17:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.16 2012-03-12 11:05:56 cg Exp $'
 ! !