comparison pidgin/gtkimhtmltoolbar.c @ 16387:414b9c9405fd

propagate from branch 'im.pidgin.pidgin' (head efad0dfb8f3cfbe4b837192b16689470c201d03a) to branch 'im.pidgin.rlaager.gaim_migration' (head bfd4aafa5fc4e55af7283d4dd1b7d825cd6e9f62)
author Richard Laager <rlaager@wiktel.com>
date Wed, 25 Apr 2007 00:57:53 +0000
parents 391a79778f89 224250e561bf
children 24bbd7e46bfe
comparison
equal deleted inserted replaced
16386:e0c9a46b459f 16387:414b9c9405fd
980 sep = gtk_vseparator_new(); 980 sep = gtk_vseparator_new();
981 gtk_box_pack_start(GTK_BOX(hbox), sep, FALSE, FALSE, 0); 981 gtk_box_pack_start(GTK_BOX(hbox), sep, FALSE, FALSE, 0);
982 982
983 /* Font Face */ 983 /* Font Face */
984 984
985 button = pidgin_pixbuf_toolbar_button_from_stock(GTK_STOCK_SELECT_FONT); 985 button = pidgin_pixbuf_toolbar_button_from_stock(PIDGIN_STOCK_TOOLBAR_FONT_FACE);
986 gtk_size_group_add_widget(sg, button); 986 gtk_size_group_add_widget(sg, button);
987 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); 987 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0);
988 gtk_tooltips_set_tip(toolbar->tooltips, button, 988 gtk_tooltips_set_tip(toolbar->tooltips, button,
989 _("Font face"), NULL); 989 _("Font face"), NULL);
990 990