pidgin/gtkprefs.c

changeset 17146
7d256e417ef6
parent 16626
8b0e5bf44f6b
child 17287
72e491a54a63
equal deleted inserted replaced
17145:463085404f54 17146:7d256e417ef6
1600 PIDGIN_PREFS_ROOT "/sound/method", 1600 PIDGIN_PREFS_ROOT "/sound/method",
1601 _("Console beep"), "beep", 1601 _("Console beep"), "beep",
1602 #ifdef USE_GSTREAMER 1602 #ifdef USE_GSTREAMER
1603 _("Automatic"), "automatic", 1603 _("Automatic"), "automatic",
1604 "ESD", "esd", 1604 "ESD", "esd",
1605 "ALSA", "alsa",
1605 #endif 1606 #endif
1606 _("Command"), "custom", 1607 _("Command"), "custom",
1607 _("No sounds"), "none", 1608 _("No sounds"), "none",
1608 NULL); 1609 NULL);
1609 gtk_size_group_add_widget(sg, dd); 1610 gtk_size_group_add_widget(sg, dd);

mercurial