The main menu function of a plugin can now be called programmatically

This commit is contained in:
Klaus Schmidinger
2005-09-03 12:36:51 +02:00
parent 32733e430a
commit 590d56bf59
4 changed files with 17 additions and 3 deletions

View File

@@ -3779,3 +3779,5 @@ Video Disk Recorder Revision History
SVDRP).
- The menu timeout handling is now done centrally in the main program loop.
- Added missing help for the 'help' keyword in the SVDRP command PLUG.
- The main menu function of a plugin can now be called programmatically through
the static function cRemote::CallPlugin().