comparison src/gtkprefs.c @ 6033:22923270493f

[gaim-migrate @ 6483] I put a colon in the wrong place in my sound pref ui cleanup earlier. That's fixed. Removed the pref to enable/disable ctrl+w for closing convo windows. It hasn't worked since at least 0.63, and it's dumb. Removed the use of the "f2 toggles timestamps?" preference. You actually couldn't change this one via prefs anymore. It is also dumb. Made f2 toggle timestamps globally again. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 05 Jul 2003 18:55:07 +0000
parents 855026933d50
children 0c4d0c93c8c5
comparison
equal deleted inserted replaced
6032:2ba2e61e335b 6033:22923270493f
796 "/gaim/gtk/conversations/ctrl_enter_sends", vbox); 796 "/gaim/gtk/conversations/ctrl_enter_sends", vbox);
797 797
798 vbox = gaim_gtk_make_frame (ret, _("Window Closing")); 798 vbox = gaim_gtk_make_frame (ret, _("Window Closing"));
799 prefs_checkbox(_("_Escape closes window"), 799 prefs_checkbox(_("_Escape closes window"),
800 "/gaim/gtk/conversations/escape_closes", vbox); 800 "/gaim/gtk/conversations/escape_closes", vbox);
801 prefs_checkbox(_("Control-_W closes window"),
802 "/gaim/gtk/conversations/ctrl_w_closes", vbox);
803 801
804 vbox = gaim_gtk_make_frame(ret, _("Insertions")); 802 vbox = gaim_gtk_make_frame(ret, _("Insertions"));
805 prefs_checkbox(_("Control-{B/I/U/S} inserts _HTML tags"), 803 prefs_checkbox(_("Control-{B/I/U/S} inserts _HTML tags"),
806 "/gaim/gtk/conversations/html_shortcuts", vbox); 804 "/gaim/gtk/conversations/html_shortcuts", vbox);
807 prefs_checkbox(_("Control-(number) _inserts smileys"), 805 prefs_checkbox(_("Control-(number) _inserts smileys"),
1422 "/gaim/gtk/sound/silent_signon", vbox); 1420 "/gaim/gtk/sound/silent_signon", vbox);
1423 prefs_checkbox(_("_Sounds while away"), 1421 prefs_checkbox(_("_Sounds while away"),
1424 "/core/sound/while_away", vbox); 1422 "/core/sound/while_away", vbox);
1425 1423
1426 #ifndef _WIN32 1424 #ifndef _WIN32
1427 vbox = gaim_gtk_make_frame (ret, _("Sound Method:")); 1425 vbox = gaim_gtk_make_frame (ret, _("Sound Method"));
1428 dd = prefs_dropdown(vbox, _("_Method"), GAIM_PREF_STRING, 1426 dd = prefs_dropdown(vbox, _("_Method:"), GAIM_PREF_STRING,
1429 "/gaim/gtk/sound/method", 1427 "/gaim/gtk/sound/method",
1430 _("Console beep"), "beep", 1428 _("Console beep"), "beep",
1431 #ifdef USE_AO 1429 #ifdef USE_AO
1432 _("Automatic"), "automatic", 1430 _("Automatic"), "automatic",
1433 "ESD", "esd", 1431 "ESD", "esd",