MacButtonBorder.st
changeset 6944 81016c45d31b
parent 6732 b909c5f3bd5c
child 6964 a459b5a03d9c
--- a/MacButtonBorder.st	Sat Oct 03 16:07:45 2015 +0200
+++ b/MacButtonBorder.st	Sat Oct 03 16:07:52 2015 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "{ Package: 'stx:libview' }"
 
 "{ NameSpace: Smalltalk }"
@@ -14,7 +16,7 @@
 documentation
 "
     an as yet unused and unfinished attempt to provide a mac-osx like
-    button border.
+    button border. These will look like mac buttons up to maverick.
     To be continued.
 "
 !
@@ -278,11 +280,11 @@
 !MacButtonBorder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/MacButtonBorder.st,v 1.1 2015-01-12 10:23:17 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/MacButtonBorder.st,v 1.1 2015-01-12 10:23:17 cg Exp $'
+    ^ '$Header$'
 ! !