WorkspaceApplication.st
changeset 13690 c8be59c7858c
parent 13643 38d9fae397cd
child 13728 01b72a80639e
--- a/WorkspaceApplication.st	Mon Nov 25 14:28:10 2013 +0100
+++ b/WorkspaceApplication.st	Mon Nov 25 14:28:29 2013 +0100
@@ -1839,7 +1839,7 @@
         ].
     ] ifFalse:[
         "/ font := Font family:'Arial Unicode MS' face:'medium' style:'roman' size:10 encoding:'ms-ansi'.
-        font := Font family:'Arial' face:'medium' style:'roman' size:10 encoding:'ms-ansi'.
+        font := Font family:'arial' face:'medium' style:'roman' size:10 encoding:'ms-ansi'.
         font := font onDevice:wsApp graphicsDevice ifAbsent:nil.
     ].
 
@@ -4115,14 +4115,14 @@
 !WorkspaceApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.251 2013-10-24 09:31:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.252 2013-11-25 13:28:29 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.251 2013-10-24 09:31:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.252 2013-11-25 13:28:29 stefan Exp $'
 !
 
 version_SVN
-    ^ '$Id: WorkspaceApplication.st,v 1.251 2013-10-24 09:31:42 cg Exp $'
+    ^ '$Id: WorkspaceApplication.st,v 1.252 2013-11-25 13:28:29 stefan Exp $'
 ! !