MessageNotUnderstood.st
branchjv
changeset 18057 8da7c39a6322
parent 18011 deb0c3355881
parent 15188 e1937381139c
child 18120 e3a375d5f6a8
--- a/MessageNotUnderstood.st	Fri Apr 26 18:03:27 2013 +0100
+++ b/MessageNotUnderstood.st	Mon Apr 29 19:43:44 2013 +0100
@@ -42,6 +42,16 @@
 "
 ! !
 
+!MessageNotUnderstood class methodsFor:'initialization'!
+
+initialize
+    NotifierString := 'message not understood'.
+
+    "
+     self initialize
+    "
+! !
+
 !MessageNotUnderstood class methodsFor:'save evaluation'!
 
 ignoreNotUnderstoodOf:aSelector in:aBlock
@@ -169,9 +179,12 @@
 !MessageNotUnderstood class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/MessageNotUnderstood.st,v 1.11 2010-08-19 13:44:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/MessageNotUnderstood.st,v 1.12 2013-04-27 10:12:09 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/MessageNotUnderstood.st,v 1.11 2010-08-19 13:44:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/MessageNotUnderstood.st,v 1.12 2013-04-27 10:12:09 cg Exp $'
 ! !
+
+
+MessageNotUnderstood initialize!