Tools__CheckinInfoDialog.st
changeset 7179 8229aa65d96b
parent 7110 86a7ea1388a1
child 7591 61cf0097b5dc
--- a/Tools__CheckinInfoDialog.st	Mon Sep 18 13:45:14 2006 +0200
+++ b/Tools__CheckinInfoDialog.st	Mon Sep 18 15:10:15 2006 +0200
@@ -95,7 +95,7 @@
              (SpecCollection
                 collection: (
                  (LabelSpec
-                    label: 'Enter checkIn log-message for: '
+                    label: 'Enter checkIn log-message for:'
                     name: 'Label1'
                     translateLabel: true
                     resizeForLabel: true
@@ -225,7 +225,7 @@
 !
 
 description:aString
-    self descriptionHolder value:aString
+    self descriptionHolder value:aString allBold
 !
 
 isStable
@@ -319,5 +319,5 @@
 !CheckinInfoDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CheckinInfoDialog.st,v 1.5 2006-09-12 12:29:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CheckinInfoDialog.st,v 1.6 2006-09-18 13:10:15 cg Exp $'
 ! !