comparison pixmaps/Makefile.am @ 6009:5cd7a10c6ade

[gaim-migrate @ 6457] Renamed setup_stock() to gaim_gtk_stock_init(), to be more compliant with the rest of the naming schemes. We now initialize it before registering the debug stuff, so the debug window can use our stock icons. Also, added a Pause stock icon, and used it in the debug window. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 04 Jul 2003 00:04:07 +0000
parents 849bb39357a1
children 821bdd38db23
comparison
equal deleted inserted replaced
6008:35679a3f2bcc 6009:5cd7a10c6ade
21 logo.png \ 21 logo.png \
22 msgpend.png \ 22 msgpend.png \
23 msgunread.png \ 23 msgunread.png \
24 offline.png \ 24 offline.png \
25 online.png \ 25 online.png \
26 pause.png \
26 send-im.png \ 27 send-im.png \
27 tb_drag_arrow_down.xpm \ 28 tb_drag_arrow_down.xpm \
28 tb_drag_arrow_left.xpm \ 29 tb_drag_arrow_left.xpm \
29 tb_drag_arrow_right.xpm \ 30 tb_drag_arrow_right.xpm \
30 tb_drag_arrow_up.xpm \ 31 tb_drag_arrow_up.xpm \
33 text_smaller.png \ 34 text_smaller.png \
34 typed.png \ 35 typed.png \
35 typing.png 36 typing.png
36 37
37 gaimbuttonpixdir = $(datadir)/pixmaps/gaim/buttons 38 gaimbuttonpixdir = $(datadir)/pixmaps/gaim/buttons
38 gaimbuttonpix_DATA = about_menu.png accounts.png change-bgcolor-small.png change-fgcolor-small.png edit.png insert-image-small.png insert-link-small.png insert-smiley-small.png text_bigger.png text_normal.png text_smaller.png send-im.png 39 gaimbuttonpix_DATA = about_menu.png accounts.png change-bgcolor-small.png change-fgcolor-small.png edit.png insert-image-small.png insert-link-small.png insert-smiley-small.png pause.png text_bigger.png text_normal.png text_smaller.png send-im.png
39 40
40 gaimdialogpixdir = $(datadir)/pixmaps/gaim/dialogs 41 gaimdialogpixdir = $(datadir)/pixmaps/gaim/dialogs
41 gaimdialogpix_DATA = gaim_error.png gaim_info.png gaim_question.png gaim_warning.png gaim_cool.png gaim_auth.png 42 gaimdialogpix_DATA = gaim_error.png gaim_info.png gaim_question.png gaim_warning.png gaim_cool.png gaim_auth.png
42 43
43 gaimiconpixdir = $(datadir)/pixmaps/gaim/icons 44 gaimiconpixdir = $(datadir)/pixmaps/gaim/icons