comparison src/gtkprefs.c @ 6141:387221e0623f

[gaim-migrate @ 6615] make the register button behave itself also actually use the font face and size prefs, not that anyone actually uses those ;-) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 15 Jul 2003 19:52:52 +0000
parents 914f2d5da21c
children 9a1c1b1764ac
comparison
equal deleted inserted replaced
6140:04c1b0ba74eb 6141:387221e0623f
695 695
696 hbox = gtk_hbox_new(FALSE, 5); 696 hbox = gtk_hbox_new(FALSE, 5);
697 gtk_container_add(GTK_CONTAINER(vbox), hbox); 697 gtk_container_add(GTK_CONTAINER(vbox), hbox);
698 698
699 button = prefs_checkbox(_("Use custom si_ze"), 699 button = prefs_checkbox(_("Use custom si_ze"),
700 "/gaim/gtk/conversations/use_custom_font", hbox); 700 "/gaim/gtk/conversations/use_custom_size", hbox);
701 gtk_size_group_add_widget(sg, button); 701 gtk_size_group_add_widget(sg, button);
702 select = prefs_labeled_spin_button(hbox, NULL, 702 select = prefs_labeled_spin_button(hbox, NULL,
703 "/gaim/gtk/conversations/font_size", 703 "/gaim/gtk/conversations/font_size",
704 1, 7, NULL); 704 1, 7, NULL);
705 705