ComboBoxView.st
changeset 5922 25b4077842e2
parent 5815 1c36d4e19708
child 5964 6a75c8a3ad6c
--- a/ComboBoxView.st	Thu Oct 11 15:39:36 2018 +0200
+++ b/ComboBoxView.st	Fri Oct 12 14:25:04 2018 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1996 by eXept Software AG / Claus Gittinger
               All Rights Reserved
@@ -169,6 +167,16 @@
     "Created: / 15-10-2006 / 15:10:25 / cg"
 ! !
 
+!ComboBoxView methodsFor:'accessing-contents'!
+
+emptyFieldReplacementText
+    ^ field emptyFieldReplacementText
+!
+
+emptyFieldReplacementText:aString
+    field emptyFieldReplacementText:aString
+! !
+
 !ComboBoxView methodsFor:'accessing-mvc'!
 
 model