Mercurial > pidgin
diff src/buddy.c @ 874:69669b9b3e3b
[gaim-migrate @ 884]
We're getting there ..
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Mon, 11 Sep 2000 00:58:15 +0000 |
| parents | 0532f6f85fac |
| children | 450db0a5bbe4 |
line wrap: on
line diff
--- a/src/buddy.c Mon Sep 11 00:30:52 2000 +0000 +++ b/src/buddy.c Mon Sep 11 00:58:15 2000 +0000 @@ -75,6 +75,7 @@ #endif #include "pixmaps/exit_small.xpm" #include "pixmaps/pounce_small.xpm" +#include "pixmaps/about_small.xpm" #include "pixmaps/tmp_send.xpm" #include "pixmaps/tb_search.xpm" @@ -1880,7 +1881,7 @@ gtk_menu_item_right_justify(GTK_MENU_ITEM(menuitem)); gtk_menu_bar_append(GTK_MENU_BAR(menubar), menuitem); - gaim_new_item(menu, _("About Gaim"), show_about); + gaim_new_item_with_pixmap(menu, _("About Gaim"), about_small_xpm, show_about); gtk_widget_show(menubar);
