summaryrefslogtreecommitdiffstats
path: root/src/pavucontrol.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/pavucontrol.cc')
-rw-r--r--src/pavucontrol.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pavucontrol.cc b/src/pavucontrol.cc
index 0804cb1..25601e2 100644
--- a/src/pavucontrol.cc
+++ b/src/pavucontrol.cc
@@ -307,7 +307,7 @@ void StreamWidget::setChannelMap(const pa_channel_map &m) {
cw->channel = i;
cw->streamWidget = this;
char text[64];
- snprintf(text, sizeof(text), "<b>%s</b>", pa_channel_position_to_string(m.map[i]));
+ snprintf(text, sizeof(text), "<b>%s</b>", pa_channel_position_to_pretty_string(m.map[i]));
cw->channelLabel->set_markup(text);
channelsVBox->pack_start(*cw, false, false, 0);
}