comparison src/prefs.c @ 2794:2d3f47783a22

[gaim-migrate @ 2807] it's really annoying talking to smarterchild with this turned on committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 26 Nov 2001 22:33:21 +0000
parents feea7103a235
children cd23279122ed
comparison
equal deleted inserted replaced
2793:4cfd2c69dd16 2794:2d3f47783a22
905 gaim_button(_("Show all conversations in one tabbed window"), &im_options, OPT_IM_ONE_WINDOW, 905 gaim_button(_("Show all conversations in one tabbed window"), &im_options, OPT_IM_ONE_WINDOW,
906 vbox2); 906 vbox2);
907 gaim_button(_("Raise windows on events"), &im_options, OPT_IM_POPUP, vbox2); 907 gaim_button(_("Raise windows on events"), &im_options, OPT_IM_POPUP, vbox2);
908 gaim_button(_("Show logins in window"), &im_options, OPT_IM_LOGON, vbox2); 908 gaim_button(_("Show logins in window"), &im_options, OPT_IM_LOGON, vbox2);
909 gaim_button(_("Show aliases in tabs"), &im_options, OPT_IM_ALIAS_TAB, vbox2); 909 gaim_button(_("Show aliases in tabs"), &im_options, OPT_IM_ALIAS_TAB, vbox2);
910 gaim_button(_("Hide window on send"), &im_options, OPT_IM_POPDOWN, vbox2);
910 911
911 frame = gtk_frame_new(_("Window Sizes")); 912 frame = gtk_frame_new(_("Window Sizes"));
912 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 5); 913 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 5);
913 gtk_widget_show(frame); 914 gtk_widget_show(frame);
914 915