added clanbomber icon to use as the debugger's icon

svn: r9860
This commit is contained in:
Robby Findler 2008-05-16 01:39:01 +00:00
parent d1f6b6734b
commit b3f03c2b67
7 changed files with 8 additions and 2 deletions

View File

@ -1013,7 +1013,7 @@
(define debug-bitmap
(make-object bitmap%
(build-path (collection-path "gui-debugger" "icons") "icon-small.png")
(build-path (collection-path "gui-debugger" "icons") "clanbomber-16x16.png")
'png/mask))
(define make-pause-label

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 752 B

View File

@ -3,4 +3,4 @@
(define name "Graphical Debugger")
(define tools '(("debug-tool.ss")))
(define tool-names '("Graphical Debugger"))
(define tool-icons '(("icon-big.png" "gui-debugger" "icons")))
(define tool-icons '(("clanbomber-32x32.png" "gui-debugger" "icons")))

View File

@ -120,3 +120,9 @@ Copyright (c) 1994, 1995, 1996, 1999, 2000, 2001, 2002
@copyright{
GNU Classpath
GNU Public License with special exception}
@copyright{
Clanbomber icon
Everaldo Coelho
http://www.everaldo.com/}