Greetings,
 
Is there a way to get a list of all available daily devotionals on the system 
(differentiating them from the Lexicon/dictionary category)? 
I tried the following which returns the list of dictionaries and daily 
devotions together:
 
 
for (it = pMgr->Modules.begin(); it != pMgr->Modules.end() ; it++) {  
  pModule = it->second;    if (!strcmp(pModule->Type(), "Lexicons / 
Dictionaries")) {
 
     // Load
}
 
Thanks
_________________________________________________________________
Need to know the score, the latest news, or you need your HotmailĀ®-get your 
"fix".
http://www.msnmobilefix.com/Default.aspx
_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to