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:
parent
e6846ac8ac
commit
e7ecb63249
|
@ -307,7 +307,7 @@ void StreamWidget::setChannelMap(const pa_channel_map &m) {
|
||||||
cw->channel = i;
|
cw->channel = i;
|
||||||
cw->streamWidget = this;
|
cw->streamWidget = this;
|
||||||
char text[64];
|
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);
|
cw->channelLabel->set_markup(text);
|
||||||
channelsVBox->pack_start(*cw, false, false, 0);
|
channelsVBox->pack_start(*cw, false, false, 0);
|
||||||
}
|
}
|
||||||
|
|
|
@ -645,7 +645,7 @@ Monitors</property>
|
||||||
<property name="xalign">0</property>
|
<property name="xalign">0</property>
|
||||||
<property name="label" translatable="yes"><b>left-front</b></property>
|
<property name="label" translatable="yes"><b>left-front</b></property>
|
||||||
<property name="use_markup">True</property>
|
<property name="use_markup">True</property>
|
||||||
<property name="width_chars">10</property>
|
<property name="width_chars">15</property>
|
||||||
</widget>
|
</widget>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="expand">False</property>
|
<property name="expand">False</property>
|
||||||
|
|
Loading…
Reference in New Issue