src/buddy.c

changeset 1963
27c97c266e8f
parent 1929
0b18211e20a6
child 1976
9fd3356e3a24
equal deleted inserted replaced
1962:79487b3e360c 1963:27c97c266e8f
440 adjust_pic(addbutton, _("Add"), (gchar **)gnome_add_xpm); 440 adjust_pic(addbutton, _("Add"), (gchar **)gnome_add_xpm);
441 adjust_pic(groupbutton, _("Group"), (gchar **)group_xpm); 441 adjust_pic(groupbutton, _("Group"), (gchar **)group_xpm);
442 adjust_pic(rembutton, _("Remove"), (gchar **)gnome_remove_xpm); 442 adjust_pic(rembutton, _("Remove"), (gchar **)gnome_remove_xpm);
443 443
444 if (!(display_options & OPT_DISP_NO_BUTTONS)) { 444 if (!(display_options & OPT_DISP_NO_BUTTONS)) {
445 adjust_pic(awaybutton, _("Chat"), (gchar **)away_big_xpm); 445 adjust_pic(awaybutton, _("Away"), (gchar **)away_big_xpm);
446 adjust_pic(chatbutton, _("Chat"), (gchar **)join_xpm); 446 adjust_pic(chatbutton, _("Chat"), (gchar **)join_xpm);
447 adjust_pic(imbutton, _("IM"), (gchar **)tmp_send_xpm); 447 adjust_pic(imbutton, _("IM"), (gchar **)tmp_send_xpm);
448 adjust_pic(infobutton, _("Info"), (gchar **)tb_search_xpm); 448 adjust_pic(infobutton, _("Info"), (gchar **)tb_search_xpm);
449 } 449 }
450 gtk_widget_hide(addbutton->parent); 450 gtk_widget_hide(addbutton->parent);

mercurial