rcinput: add KEY_PROGRAM

Origin commit data
------------------
Commit: 282db3025a
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-27 (Fri, 27 Oct 2017)

Origin message was:
------------------
- rcinput: add KEY_PROGRAM
This commit is contained in:
vanhofen
2017-10-27 23:43:44 +02:00
parent 2e240b18da
commit affa06d60b
3 changed files with 4 additions and 3 deletions

View File

@@ -3015,7 +3015,7 @@ void CNeutrinoApp::RealRun()
showInfo();
}
}
else if (msg == CRCInput::RC_timer)
else if (msg == CRCInput::RC_timer || msg == CRCInput::RC_program)
{
CTimerList Timerlist;
Timerlist.exec(NULL, "");