From: Carl Hetherington Date: Sun, 5 May 2019 19:16:28 +0000 (+0100) Subject: Correct capitalisation of PulseAudio. X-Git-Tag: v2.14.2~7 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=de2149c04aec596f372988d4e55c94f3fd72204b Correct capitalisation of PulseAudio. --- diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc index b5490f05a..743953650 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -271,7 +271,7 @@ GeneralPage::config_changed () apis[RtAudio::WINDOWS_WASAPI] = _("WASAPI"); apis[RtAudio::UNIX_JACK] = _("JACK"); apis[RtAudio::LINUX_ALSA] = _("ALSA"); - apis[RtAudio::LINUX_PULSE] = _("Pulseaudio"); + apis[RtAudio::LINUX_PULSE] = _("PulseAudio"); apis[RtAudio::LINUX_OSS] = _("OSS"); apis[RtAudio::RTAUDIO_DUMMY] = _("Dummy");