changed: #windowSpec
authorClaus Gittinger <cg@exept.de>
Mon, 29 Aug 2011 08:13:00 +0200
changeset 461 1d0c79f1ca04
parent 460 46f1637ee276
child 462 bc04bf43bf7a
changed: #windowSpec
MCSettingsApp.st
--- a/MCSettingsApp.st	Mon Aug 29 08:12:03 2011 +0200
+++ b/MCSettingsApp.st	Mon Aug 29 08:13:00 2011 +0200
@@ -212,7 +212,7 @@
                                    )
                                  
                                 )
-                                extent: (Point 659 457)
+                                extent: (Point 661 464)
                               )
                              (HorizontalPanelViewSpec
                                 name: 'AddRemovePanel'
@@ -224,25 +224,25 @@
                                (SpecCollection
                                   collection: (
                                    (ActionButtonSpec
-                                      label: 'Add repository'
+                                      label: 'Add Repository...'
                                       name: 'AddConfigurationAction'
                                       translateLabel: true
                                       model: addRepositoryAction
                                       enableChannel: mcEnabled
-                                      extent: (Point 328 25)
+                                      extent: (Point 329 25)
                                     )
                                    (ActionButtonSpec
-                                      label: 'Remove repository'
+                                      label: 'Remove Repository...'
                                       name: 'RemoveConfigurationAction'
                                       translateLabel: true
                                       model: removeRepositoryAction
                                       enableChannel: mcEnabled
-                                      extent: (Point 328 25)
+                                      extent: (Point 329 25)
                                     )
                                    )
                                  
                                 )
-                                extent: (Point 659 30)
+                                extent: (Point 661 30)
                               )
                              )
                            
@@ -251,7 +251,7 @@
                        )
                      
                     )
-                    extent: (Point 695 525)
+                    extent: (Point 695 530)
                   )
                  )
                
@@ -432,11 +432,11 @@
 !MCSettingsApp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSettingsApp.st,v 1.1 2011-08-20 12:26:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSettingsApp.st,v 1.2 2011-08-29 06:13:00 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSettingsApp.st,v 1.1 2011-08-20 12:26:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSettingsApp.st,v 1.2 2011-08-29 06:13:00 cg Exp $'
 !
 
 version_SVN