Display the help text for application queues

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-06-14 00:51:21 +00:00
committed by WineHQ
parent cd198f44d7
commit fc03cb827f

View File

@@ -312,6 +312,11 @@ class application_queue
return $this->oApp->objectMoveChildren($iNewId); return $this->oApp->objectMoveChildren($iNewId);
} }
function objectDisplayQueueProcessingHelp()
{
return application::objectDisplayQueueProcessingHelp();
}
function objectDisplayAddItemHelp() function objectDisplayAddItemHelp()
{ {
$this->oApp->objectDisplayAddItemHelp(); $this->oApp->objectDisplayAddItemHelp();