2004-12-17 Simon Budig <simon@gimp.org> * data/images/gimp-splash.png: Added new splash by Bill Luhtala <bluhtala@telus.net>. * data/images/gimp-logo.png: Added new Image for the about dialog by Philip Lafleur <deathpudding@gmail.com>. * app/dialogs/about-dialog.c: Adjusted text colors and placement to the new image. * data/images/gimp2_0_logo.png * data/images/gimp2_0_splash.png: Added for historical reasons. * data/images/gimp_logo.png: Removed (renamed to gimp-logo.png) * data/images/Makefile.am: changed accordingly.
13 lines
248 B
Makefile
13 lines
248 B
Makefile
## Makefile.am for gimp/data/images
|
|
|
|
imagedatadir = $(gimpdatadir)/images
|
|
|
|
imagedata_DATA = \
|
|
gimp-logo.png \
|
|
gimp-splash.png \
|
|
wilber-devel-icon.png \
|
|
wilber-icon.png \
|
|
wilber-tips.png \
|
|
wilber-wizard.png
|
|
|
|
EXTRA_DIST = $(imagedata_DATA)
|