Alter scabbard to use SWORD's defined module type constants #6

Closed
opened 2022-12-27 22:28:40 +00:00 by paladin1 · 1 comment
Owner

In swmgr.cpp:

const char *SWMgr::MODTYPE_BIBLES = "Biblical Texts";
const char *SWMgr::MODTYPE_COMMENTARIES = "Commentaries";
const char *SWMgr::MODTYPE_LEXDICTS = "Lexicons / Dictionaries";
const char *SWMgr::MODTYPE_GENBOOKS = "Generic Books";
const char *SWMgr::MODTYPE_DAILYDEVOS = "Daily Devotional";

Replace our current copy of the text strings in scabbard.cpp with these.

In swmgr.cpp: ``` const char *SWMgr::MODTYPE_BIBLES = "Biblical Texts"; const char *SWMgr::MODTYPE_COMMENTARIES = "Commentaries"; const char *SWMgr::MODTYPE_LEXDICTS = "Lexicons / Dictionaries"; const char *SWMgr::MODTYPE_GENBOOKS = "Generic Books"; const char *SWMgr::MODTYPE_DAILYDEVOS = "Daily Devotional"; ``` Replace our current copy of the text strings in scabbard.cpp with these.
Author
Owner

Done - will be included in next push.

Done - will be included in next push.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: paladin1/scriptura#6
No description provided.