Mercurial > pidgin
diff pixmaps/Makefile.am @ 3427:8fa61405af2b
[gaim-migrate @ 3453]
Who never commits anything *now*, Etan?
I changed most of the error message text around. If you think any of it
should be different, just let me know, or send a patch.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Sun, 25 Aug 2002 10:51:24 +0000 |
| parents | 59589bb7ce1e |
| children | cfbdfe334975 |
line wrap: on
line diff
--- a/pixmaps/Makefile.am Sun Aug 25 06:08:15 2002 +0000 +++ b/pixmaps/Makefile.am Sun Aug 25 10:51:24 2002 +0000 @@ -46,6 +46,10 @@ free_icon.xpm \ gaim.png \ gaim.xpm \ + gaim_error.png \ + gaim_info.png \ + gaim_question.png \ + gaim_warning.png \ gg_suncloud.xpm \ gg_sunred.xpm \ gg_sunwhitered.xpm \ @@ -127,6 +131,9 @@ gaimbuttonpixdir = $(datadir)/pixmaps/gaim/buttons gaimbuttonpix_DATA = edit.png +gaimdialogpixdir = $(datadir)/pixmaps/gaim/dialogs +gaimdialogpix_DATA = gaim_error.png gaim_info.png gaim_question.png gaim_warning.png + gaimdistpixdir = $(datadir)/pixmaps/gaim gaimdistpix_DATA = away.png connect.png msgpend.png offline.png online.png
