include icons needed by "gui-lib" in the package
The "plt-logo-48x48.png" file is a copy of "plt-48x48.png" from "icons", but renamed to avoid conflicts.
This commit is contained in:
parent
dbce2e2878
commit
6e7964b0b7
BIN
gui-lib/icons/plt-icon-16x16.png
Normal file
BIN
gui-lib/icons/plt-icon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 904 B |
BIN
gui-lib/icons/plt-icon-32x32.png
Normal file
BIN
gui-lib/icons/plt-icon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
gui-lib/icons/plt-icon-48x48.png
Normal file
BIN
gui-lib/icons/plt-icon-48x48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
|
@ -131,9 +131,9 @@
|
|||
(GdkEventWindowState-new_window_state evt))))
|
||||
#f))
|
||||
|
||||
(define-runtime-path plt-16x16-file '(lib "icons/plt-16x16.png"))
|
||||
(define-runtime-path plt-32x32-file '(lib "icons/plt-32x32.png"))
|
||||
(define-runtime-path plt-48x48-file '(lib "icons/plt-48x48.png"))
|
||||
(define-runtime-path plt-16x16-file '(lib "icons/plt-icon-16x16.png"))
|
||||
(define-runtime-path plt-32x32-file '(lib "icons/plt-icon-32x32.png"))
|
||||
(define-runtime-path plt-48x48-file '(lib "icons/plt-icon-48x48.png"))
|
||||
|
||||
(define icon-pixbufs+glist
|
||||
(delay
|
||||
|
|
Loading…
Reference in New Issue
Block a user