use pretty channel names

git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@60 c17c95f2-f111-0410-90bf-f30a9569010c
This commit is contained in:
Lennart Poettering 2007-09-02 21:29:48 +00:00
parent e6846ac8ac
commit e7ecb63249
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}

View File

@ -645,7 +645,7 @@ Monitors</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;left-front&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="width_chars">10</property>
<property name="width_chars">15</property>
</widget>
<packing>
<property name="expand">False</property>