checkin support
authorClaus Gittinger <cg@exept.de>
Sun, 04 Dec 2011 15:44:18 +0100
changeset 538 2e54a8a0a196
parent 537 f84d9254b1ba
child 539 c9a44c5eaec7
checkin support
MCSettingsApp.st
--- a/MCSettingsApp.st	Sun Dec 04 15:43:35 2011 +0100
+++ b/MCSettingsApp.st	Sun Dec 04 15:44:18 2011 +0100
@@ -1,10 +1,10 @@
 "{ Package: 'stx:goodies/monticello' }"
 
 AbstractSettingsApplication subclass:#MCSettingsApp
-	instanceVariableNames:'selectedRepositoryHolder'
-	classVariableNames:''
-	poolDictionaries:''
-	category:'Monticello-St/X UI'
+        instanceVariableNames:'selectedRepositoryHolder'
+        classVariableNames:''
+        poolDictionaries:''
+        category:'Monticello-St/X UI'
 !
 
 
@@ -40,12 +40,15 @@
 #makePrimaryRepository
 'Checkin from the browser will go into this repository by default'
 
+#primaryRepository
+'Checkin from the browser will go into this repository by default'
+
 #removeRepository
 'Remove the selected repository from the list'
 
 )
 
-    "Modified: / 01-12-2011 / 20:29:04 / cg"
+    "Modified: / 03-12-2011 / 11:35:51 / cg"
 ! !
 
 !MCSettingsApp class methodsFor:'image specs'!
@@ -202,12 +205,14 @@
                           label: 'Primary Repository: '
                           name: 'Label2'
                           layout: (LayoutFrame 7 0 0 0 150 0 22 0)
+                          activeHelpKey: primaryRepository
                           translateLabel: true
                           adjust: left
                         )
                        (LabelSpec
                           name: 'Label3'
                           layout: (LayoutFrame 150 0 0 0 0 1 22 0)
+                          activeHelpKey: primaryRepository
                           translateLabel: true
                           labelChannel: mcPrimaryRepository
                           adjust: left
@@ -569,11 +574,11 @@
 !MCSettingsApp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSettingsApp.st,v 1.6 2011-12-01 19:51:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSettingsApp.st,v 1.7 2011-12-04 14:44:18 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSettingsApp.st,v 1.6 2011-12-01 19:51:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSettingsApp.st,v 1.7 2011-12-04 14:44:18 cg Exp $'
 !
 
 version_SVN