| 948 | } |
| 949 | |
| 950 | void substituteTemplateFormatStatic(std::string& templateFormat, bool eraseColors) |
| 951 | { |
| 952 | replaceSpecialChars(templateFormat); |
| 953 | replaceColors(templateFormat, eraseColors); |
| 954 | } |
| 955 | |
| 956 | void substituteTemplateLocationStatic(std::string& templateLocation, bool eraseColors) |
| 957 | { |