comparison src/prefs.c @ 736:d05d746384a7

[gaim-migrate @ 746] Eric the Lumberjack continues to hack away at the tree. When people ask what kinds of trees Eric hacks, he simply replied "CVS trees. They're mostly used for computer stuff". Then the ignorants go away, thinking they have been enlightened into the world of computers, which unknowingly they have been. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 22 Aug 2000 00:37:01 +0000
parents 51f1b6f7794b
children 5a908dd5cfc4
comparison
equal deleted inserted replaced
735:51f1b6f7794b 736:d05d746384a7
668 gtk_widget_show(label); 668 gtk_widget_show(label);
669 669
670 gaim_button(_("Show logins in window"), &display_options, OPT_DISP_SHOW_LOGON, box); 670 gaim_button(_("Show logins in window"), &display_options, OPT_DISP_SHOW_LOGON, box);
671 gaim_button(_("Raise windows on events"), &general_options, OPT_GEN_POPUP_WINDOWS, box); 671 gaim_button(_("Raise windows on events"), &general_options, OPT_GEN_POPUP_WINDOWS, box);
672 gaim_button(_("Ignore new conversations when away"), &general_options, OPT_GEN_DISCARD_WHEN_AWAY, box); 672 gaim_button(_("Ignore new conversations when away"), &general_options, OPT_GEN_DISCARD_WHEN_AWAY, box);
673 gaim_button(_("Ignore TiK Automated Messages"), &general_options, OPT_GEN_TIK_HACK, box);
673 674
674 gtk_widget_show(prefdialog); 675 gtk_widget_show(prefdialog);
675 } 676 }
676 677
677 static void chat_page() 678 static void chat_page()