MercurialSourceCodeManagementSettingsAppl.st
changeset 11402 23865ce9ff3b
parent 11357 fac80d1a9ce2
child 11407 8f3354fb59f2
equal deleted inserted replaced
11401:a228326e3eee 11402:23865ce9ff3b
   318               horizontalSpace: 3
   318               horizontalSpace: 3
   319               verticalSpace: 4
   319               verticalSpace: 4
   320               component: 
   320               component: 
   321              (SpecCollection
   321              (SpecCollection
   322                 collection: (
   322                 collection: (
       
   323                  (LabelSpec
       
   324                     label: 'Unfinished & Experimental'
       
   325                     name: 'Label10'
       
   326                     style: (FontDescription #'Segoe UI' medium roman 16 #'ms-default')
       
   327                     foregroundColor: (Color 86.9993133440147 0.0 0.0)
       
   328                     translateLabel: true
       
   329                     extent: (Point 811 37)
       
   330                   )
   323                  (ViewSpec
   331                  (ViewSpec
   324                     name: 'ManagerSetupBoxx'
   332                     name: 'ManagerSetupBoxx'
   325                     component: 
   333                     component: 
   326                    (SpecCollection
   334                    (SpecCollection
   327                       collection: (
   335                       collection: (
  1300 ! !
  1308 ! !
  1301 
  1309 
  1302 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1310 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1303 
  1311 
  1304 version
  1312 version
  1305     ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.14 2012-03-03 10:31:58 cg Exp $'
  1313     ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.15 2012-03-09 08:17:16 cg Exp $'
  1306 !
  1314 !
  1307 
  1315 
  1308 version_CVS
  1316 version_CVS
  1309     ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.14 2012-03-03 10:31:58 cg Exp $'
  1317     ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.15 2012-03-09 08:17:16 cg Exp $'
  1310 ! !
  1318 ! !