*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 05 Oct 2005 17:45:46 +0200
changeset 2065 0b1f3120a544
parent 2064 429bdc16e515
child 2066 84580ba27f3c
*** empty log message ***
MIMETypeIconLibrary.st
--- a/MIMETypeIconLibrary.st	Wed Oct 05 17:40:41 2005 +0200
+++ b/MIMETypeIconLibrary.st	Wed Oct 05 17:45:46 2005 +0200
@@ -220,7 +220,7 @@
 
     icn := self iconForKey:mimeTypeOrKey.
     icn notNil ifTrue:[^icn].
-    assoc := self  iconForMatchKey:mimeTypeOrKey.
+    assoc := self iconForMatchKey:mimeTypeOrKey.
     assoc notNil ifTrue:[^ assoc value].
     ^ nil.
 !
@@ -277,7 +277,7 @@
 !MIMETypeIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypeIconLibrary.st,v 1.13 2005-02-02 10:59:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypeIconLibrary.st,v 1.14 2005-10-05 15:45:46 cg Exp $'
 ! !
 
 MIMETypeIconLibrary initialize!