Change to Jimmac's alternate behavior icon.

2002-02-01  Seth Nickell  <snickell@stanford.edu>

	* behavior-capplet.png:

	Change to Jimmac's alternate behavior icon.
This commit is contained in:
Seth Nickell 2002-02-01 23:46:19 +00:00 committed by Seth Nickell
parent 353b2d861f
commit c527ff973d
4 changed files with 14 additions and 2 deletions

View file

@ -6,6 +6,12 @@ gnome2_ui_properties_SOURCES = \
@INTLTOOL_DESKTOP_RULE@
iconsdir = $(GNOMECC_ICONS_DIR)
icons_DATA = behavior-capplet.png
desktop_iconsdir = $(datadir)/pixmaps
desktop_icons_DATA = behavior-capplet.png
desktopdir = $(GNOMECC_DESKTOP_DIR)
Desktop_in_files = behavior.desktop.in
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
@ -13,4 +19,4 @@ Gladedir = $(GNOMECC_GLADE_DIR)
Glade_DATA = gnome2-ui-properties.glade
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
EXTRA_DIST = $(Glade_DATA) $(Desktop_in_files)
EXTRA_DIST = $(Glade_DATA) $(icons_DATA) $(Desktop_in_files)