diff -r b2add4d45cfb -r b0e5971141bc UserNotification.st --- a/UserNotification.st Mon Apr 12 08:29:17 2010 +0100 +++ b/UserNotification.st Mon Apr 26 19:26:38 2010 +0100 @@ -142,14 +142,15 @@ !UserNotification class methodsFor:'documentation'! version - ^ '$Id: UserNotification.st 10480 2009-12-02 21:30:55Z vranyj1 $' + ^ '$Id: UserNotification.st 10517 2010-04-26 18:26:38Z vranyj1 $' ! version_CVS ^ '§Header: /cvs/stx/stx/libbasic/UserNotification.st,v 1.15 2009/10/14 17:34:46 cg Exp §' +! + +version_SVN + ^ '$Id: UserNotification.st 10517 2010-04-26 18:26:38Z vranyj1 $' ! ! UserNotification initialize! - - -