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:
focus
2010-02-18 16:55:53 +00:00
parent 5c0f6e6db4
commit fc1ce39168
2 changed files with 4 additions and 2 deletions

View File

@@ -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));
}
}