diff --git a/collects/honu/honu.gif b/collects/honu/honu.gif deleted file mode 100644 index 948042dc26..0000000000 Binary files a/collects/honu/honu.gif and /dev/null differ diff --git a/collects/honu/honu.png b/collects/honu/honu.png new file mode 100644 index 0000000000..c5c74d7c95 Binary files /dev/null and b/collects/honu/honu.png differ diff --git a/collects/honu/info.ss b/collects/honu/info.ss index b9f88eeec2..e66ec86f54 100644 --- a/collects/honu/info.ss +++ b/collects/honu/info.ss @@ -2,4 +2,4 @@ (define name "Honu") (define doc.txt "doc.txt") (define tools (list (list "tool.ss"))) - (define tool-icons '(("honu.gif" "honu")))) + (define tool-icons '(("honu.png" "honu"))))