SourceCodeManagerUtilities.st
changeset 982 52118290c6d6
parent 981 91e69bd0352a
child 983 100c6d1f8ef6
--- a/SourceCodeManagerUtilities.st	Tue Oct 31 12:07:27 2000 +0100
+++ b/SourceCodeManagerUtilities.st	Tue Oct 31 12:09:35 2000 +0100
@@ -127,7 +127,7 @@
 
     box addVerticalSpace.
     y := box yPosition.
-    component := box addTextLabel:'Package:'.
+    component := box addTextLabel:(resources string:'Package:').
     component width:0.4; adjust:#right.
     box yPosition:y.
     packageBoxComponent := component := box addComboBoxOn:packageHolder tabable:true.
@@ -138,7 +138,7 @@
 
     box addVerticalSpace.
     y := box yPosition.
-    component := box addTextLabel:'Filename:'.
+    component := box addTextLabel:(resources string:'Filename:').
     component width:0.4; adjust:#right.
     box yPosition:y.
     component := box addInputFieldOn:fileNameHolder tabable:true.
@@ -1263,5 +1263,5 @@
 !SourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.24 2000-10-31 11:07:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.25 2000-10-31 11:09:35 cg Exp $'
 ! !