Mercurial > pidgin
diff src/ui.h @ 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 | 412d1035d666 |
| children | d33ec392a5e1 |
line wrap: on
line diff
--- a/src/ui.h Sun Aug 25 06:08:15 2002 +0000 +++ b/src/ui.h Sun Aug 25 10:51:24 2002 +0000 @@ -81,10 +81,10 @@ #define FACE_YELL 15 #define FACE_TOTAL 16 -#define GAIM_PIXMAP_ICON 0 -#define GAIM_PIXMAP_ERROR 1 -#define GAIM_PIXMAP_WARNING 2 -#define GAIM_PIXMAP_ +#define GAIM_LOGO 0 +#define GAIM_ERROR 1 +#define GAIM_WARNING 2 +#define GAIM_INFO 3 struct debug_window { GtkWidget *window;
