neutrino record: add info message for current recording

this message will be showing, if user presses record button and a
recording is already started on current channel

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1736 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: cff57c1eca
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-10-01 (Sat, 01 Oct 2011)

Origin message was:
------------------
*neutrino record: add info message for current recording

this message will be showing, if user presses record button and a
recording is already started on current channel

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1736 e54a6e83-5905-42d5-8d5c-058d10e6a962


------------------
This commit was generated by Migit
This commit is contained in:
2011-10-01 21:13:05 +00:00
parent 3c1e5182b9
commit d192e07a0c

View File

@@ -2336,6 +2336,8 @@ void CNeutrinoApp::RealRun(CMenuWidget &mainMenu)
showInfo();
#endif
}
else
DisplayInfoMessage(g_Locale->getText(LOCALE_RECORDING_IS_RUNNING));
}
else if( msg == CRCInput::RC_stop ) {
if(CRecordManager::getInstance()->RecordingStatus())