plugin.setResultsPaneTitle
The 'setResultsPaneTitle' function set a new caption for the query results window.
- Prototype: plugin.setResultsPaneTitle(sTitle);
 - Parameters:
- sTitle: a new caption text
 
 - Return Value: 0 on success, or -1 on failure.
 - Example: 
plugin.setResultsPaneTitle('A customized search algorithm');