mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
Change new line to space until OSD code will suppport newline parsing
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@377 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -153,7 +153,7 @@ int CAudioSelectMenuHandler::doMenu ()
|
||||
}
|
||||
}
|
||||
if(sep_added) {
|
||||
AudioSelector.addItem(new CMenuForwarder(LOCALE_SUBTITLES_STOP, true, NULL, &SubtitleChanger, "off"));
|
||||
AudioSelector.addItem(new CMenuForwarder(LOCALE_SUBTITLES_STOP, true, NULL, &SubtitleChanger, "off", CRCInput::RC_stop));
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user