SmalltalkAppletContext.st
branchdevelopment
changeset 2380 9195eccdcbd9
parent 2069 75d40b7b986f
parent 2353 fa7400d022a0
child 2429 ebece4dcaab9
--- a/SmalltalkAppletContext.st	Mon Feb 18 16:58:07 2013 +0000
+++ b/SmalltalkAppletContext.st	Wed Feb 20 23:05:49 2013 +0000
@@ -53,6 +53,7 @@
 "
 ! !
 
+
 !SmalltalkAppletContext methodsFor:'accessing'!
 
 getImage: url 
@@ -87,6 +88,7 @@
     "Modified: 8.8.1997 / 12:07:43 / cg"
 ! !
 
+
 !SmalltalkAppletContext methodsFor:'java accessing'!
 
 doesNotUnderstand:aMessage
@@ -105,14 +107,15 @@
     "Modified: / 12.1.1998 / 23:53:31 / cg"
 ! !
 
+
 !SmalltalkAppletContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header$'
+    ^ '$Header: /cvs/stx/stx/libjava/SmalltalkAppletContext.st,v 1.12 2013-02-16 18:08:32 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header$'
+    ^ '$Header: /cvs/stx/stx/libjava/SmalltalkAppletContext.st,v 1.12 2013-02-16 18:08:32 vrany Exp $'
 !
 
 version_HG