mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
- radiotext_window: remove trailing colon from header
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -161,7 +161,7 @@ bool CRadioTextGUI::GetData()
|
|||||||
{
|
{
|
||||||
if (lines || g_Radiotext->RT_PTY != 0)
|
if (lines || g_Radiotext->RT_PTY != 0)
|
||||||
{
|
{
|
||||||
snprintf(stext[0], sizeof(stext[0]),g_Radiotext->RT_PTY == 0 ? "%s %s%s" : "%s (%s)%s", tr("Radiotext"), g_Radiotext->RT_PTY == 0 ? g_Radiotext->RDS_PTYN : g_Radiotext->ptynr2string(g_Radiotext->RT_PTY), ":");
|
snprintf(stext[0], sizeof(stext[0]),g_Radiotext->RT_PTY == 0 ? "%s %s" : "%s (%s)", tr("Radiotext"), g_Radiotext->RT_PTY == 0 ? g_Radiotext->RDS_PTYN : g_Radiotext->ptynr2string(g_Radiotext->RT_PTY));
|
||||||
if (!isDubLine(v_lines_title, stext[0]))
|
if (!isDubLine(v_lines_title, stext[0]))
|
||||||
addLine(v_lines_title, stext[0]);
|
addLine(v_lines_title, stext[0]);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user