pidgin/gtkprefs.c

branch
release-2.1.0
changeset 18082
de4d785ab7ad
parent 17239
27beb0e7a304
parent 17287
72e491a54a63
child 18086
1d1c5850b248
equal deleted inserted replaced
18081:af151ffded48 18082:de4d785ab7ad
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