added clanbomber icon to use as the debugger's icon
svn: r9860
This commit is contained in:
parent
d1f6b6734b
commit
b3f03c2b67
|
@ -1013,7 +1013,7 @@
|
||||||
|
|
||||||
(define debug-bitmap
|
(define debug-bitmap
|
||||||
(make-object 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))
|
'png/mask))
|
||||||
|
|
||||||
(define make-pause-label
|
(define make-pause-label
|
||||||
|
|
BIN
collects/gui-debugger/icons/clanbomber-16x16.png
Normal file
BIN
collects/gui-debugger/icons/clanbomber-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 712 B |
BIN
collects/gui-debugger/icons/clanbomber-32x32.png
Normal file
BIN
collects/gui-debugger/icons/clanbomber-32x32.png
Normal file
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 |
|
@ -3,4 +3,4 @@
|
||||||
(define name "Graphical Debugger")
|
(define name "Graphical Debugger")
|
||||||
(define tools '(("debug-tool.ss")))
|
(define tools '(("debug-tool.ss")))
|
||||||
(define tool-names '("Graphical Debugger"))
|
(define tool-names '("Graphical Debugger"))
|
||||||
(define tool-icons '(("icon-big.png" "gui-debugger" "icons")))
|
(define tool-icons '(("clanbomber-32x32.png" "gui-debugger" "icons")))
|
||||||
|
|
|
@ -120,3 +120,9 @@ Copyright (c) 1994, 1995, 1996, 1999, 2000, 2001, 2002
|
||||||
@copyright{
|
@copyright{
|
||||||
GNU Classpath
|
GNU Classpath
|
||||||
GNU Public License with special exception}
|
GNU Public License with special exception}
|
||||||
|
|
||||||
|
@copyright{
|
||||||
|
Clanbomber icon
|
||||||
|
Everaldo Coelho
|
||||||
|
http://www.everaldo.com/}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user