Set macro GOLDED_MSG to specify golded.msg file

This commit is contained in:
Stas Degteff 2005-10-27 17:30:31 +00:00
parent 7f12733d4c
commit 944ac26dac
2 changed files with 5 additions and 1 deletions

View File

@ -540,7 +540,7 @@ GoldedCfgEdit::GoldedCfgEdit() {
UnDelete(50);
str.push_back(""); cfg.external = str.size()-1;
str.push_back("golded.msg"); cfg.file = str.size()-1;
str.push_back(GOLDED_MSG); cfg.file = str.size()-1;
str.push_back("<<"); cfg.hardline = str.size()-1;
str.push_back(""); cfg.spellchecker = str.size()-1;
}

View File

@ -48,4 +48,8 @@
#define GOLDAREA_INC "goldarea.inc"
#endif
#ifndef GOLDED_MSG
#define GOLDED_MSG "golded.msg"
#endif
#endif /* __GEFN_H__ */