FileBasedSourceCodeManagementSettingsAppl.st
changeset 11425 3371494e8bed
parent 11409 b38f02e321be
child 11731 d74f1161f398
--- a/FileBasedSourceCodeManagementSettingsAppl.st	Fri Mar 16 12:11:40 2012 +0100
+++ b/FileBasedSourceCodeManagementSettingsAppl.st	Fri Mar 16 12:15:17 2012 +0100
@@ -185,6 +185,14 @@
               component: 
              (SpecCollection
                 collection: (
+                 (LabelSpec
+                    label: 'Demo Only'
+                    name: 'Label10'
+                    style: (FontDescription #'Segoe UI' medium roman 16 #'ms-default')
+                    foregroundColor: (Color 86.9993133440146 0.0 0.0)
+                    translateLabel: true
+                    extent: (Point 659 37)
+                  )
                  (VerticalPanelViewSpec
                     name: 'VerticalPanel3'
                     horizontalLayout: fit
@@ -674,9 +682,9 @@
 !FileBasedSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.12 2012-03-12 11:09:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.13 2012-03-16 11:15:17 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.12 2012-03-12 11:09:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.13 2012-03-16 11:15:17 cg Exp $'
 ! !