summaryrefslogtreecommitdiff
path: root/menuitem.c
diff options
context:
space:
mode:
Diffstat (limited to 'menuitem.c')
-rw-r--r--menuitem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menuitem.c b/menuitem.c
index 0aba919..ce09535 100644
--- a/menuitem.c
+++ b/menuitem.c
@@ -572,7 +572,7 @@ void cNopacityChannelMenuItem::CreatePixmapTextScroller(int totalWidth) {
}
void cNopacityChannelMenuItem::CreateText() {
- strEntry = Channel->Name();
+ strEntry = cString::sprintf("%d %s", Channel->Number(), Channel->Name());
const cSource *source = Sources.Get(Channel->Source());
if (source)
strChannelSource = cString::sprintf("%s - %s", *cSource::ToString(source->Code()), source->Description());