[bt-devel] proposal

Joachim Ansorg bt-devel@crosswire.org
Mon, 21 May 2001 17:10:21 +0200


Hi Troy!

Thank you for the hint. It's working pretty well now.


Joachim

> void mySearchFunction(SWModule *module, string text) {
> 	static SWMgr searchModules;
> 	searchModules.Modules[module->Name()]->Search(text);
> }
>
>
> Hope this helps.
>
> 	-Troy.