comparison src/gtkprefs.c @ 8632:127cd17ee215

[gaim-migrate @ 9384] nosnilmot suggested changing his preference to a positive one committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 11 Apr 2004 17:56:13 +0000
parents ff2c1e946a5c
children f8292be3b45c
comparison
equal deleted inserted replaced
8631:7b8f2818f38a 8632:127cd17ee215
1534 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); 1534 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL);
1535 1535
1536 vbox = gaim_gtk_make_frame (ret, _("Sound Options")); 1536 vbox = gaim_gtk_make_frame (ret, _("Sound Options"));
1537 gaim_gtk_prefs_checkbox(_("_No sounds when you log in"), 1537 gaim_gtk_prefs_checkbox(_("_No sounds when you log in"),
1538 "/gaim/gtk/sound/silent_signon", vbox); 1538 "/gaim/gtk/sound/silent_signon", vbox);
1539 gaim_gtk_prefs_checkbox(_("No sounds when conversation has _focus"), 1539 gaim_gtk_prefs_checkbox(_("Play sounds when conversation has _focus"),
1540 "/gaim/gtk/sound/silent_focus", vbox); 1540 "/gaim/gtk/sound/silent_focus", vbox);
1541 gaim_gtk_prefs_checkbox(_("_Sounds while away"), 1541 gaim_gtk_prefs_checkbox(_("_Sounds while away"),
1542 "/core/sound/while_away", vbox); 1542 "/core/sound/while_away", vbox);
1543 1543
1544 #ifndef _WIN32 1544 #ifndef _WIN32