replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1036 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-06-19 22:11:49 +00:00
parent 955e33db60
commit 10b5e997d7
20 changed files with 53 additions and 53 deletions

View file

@ -211,7 +211,7 @@ static int handle_response(struct userdata *u) {
*(p++) = ESD_PROTO_STREAM_PLAY;
*(p++) = u->format;
*(p++) = u->rate;
pa_strlcpy((char*) p, "Polypaudio Tunnel", ESD_NAME_MAX);
pa_strlcpy((char*) p, "PulseAudio Tunnel", ESD_NAME_MAX);
u->write_index = 0;
u->state = STATE_RUNNING;