comparison src/prefs.c @ 4560:eb32b3acef97

[gaim-migrate @ 4841] Now that we have something else under 'Interfaces', I feel fine with removing things. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 09 Feb 2003 00:47:57 +0000
parents 890024103ae5
children 9df99116840a
comparison
equal deleted inserted replaced
4559:4db59242fb34 4560:eb32b3acef97
189 GtkWidget *vbox; 189 GtkWidget *vbox;
190 ret = gtk_vbox_new(FALSE, 18); 190 ret = gtk_vbox_new(FALSE, 18);
191 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); 191 gtk_container_set_border_width (GTK_CONTAINER (ret), 12);
192 192
193 vbox = make_frame(ret, _("Interface Options")); 193 vbox = make_frame(ret, _("Interface Options"));
194 /* This shouldn't have to wait for user to click OK or APPLY or whatnot */
195 /* This really shouldn't be in preferences at all */
196 debugbutton = gaim_button(_("Show _debug window"), &misc_options, OPT_MISC_DEBUG, vbox);
197 194
198 gaim_button(_("D_isplay remote nicknames if no alias is set"), &misc_options, OPT_MISC_USE_SERVER_ALIAS, vbox); 195 gaim_button(_("D_isplay remote nicknames if no alias is set"), &misc_options, OPT_MISC_USE_SERVER_ALIAS, vbox);
199 196
200 197
201 gtk_widget_show_all(ret); 198 gtk_widget_show_all(ret);