mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
bouqueteditor_channels.cpp, bouqueteditor_chanselect.cpp: try to fix details,
for some reason only sat name is displayed
This commit is contained in:
@@ -201,7 +201,7 @@ std::string CBEChannelWidget::getInfoText(int index)
|
||||
else
|
||||
desc = desc + " (" + satname + ")";
|
||||
|
||||
res = satname + "\n" + desc;
|
||||
res = satname + " " + desc;
|
||||
|
||||
return res;
|
||||
}
|
||||
|
@@ -219,7 +219,7 @@ std::string CBEChannelSelectWidget::getInfoText(int index)
|
||||
else
|
||||
desc = desc + " (" + satname + ")";
|
||||
|
||||
res = satname + "\n" + desc;
|
||||
res = satname + " " + desc;
|
||||
|
||||
return res;
|
||||
}
|
||||
|
Reference in New Issue
Block a user