ADD_FONT not SET_FONT

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2539 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-05-09 18:33:02 +00:00
parent 3cdfec78cf
commit 30ce5f1c45

View file

@ -319,7 +319,7 @@ int CEXEBuild::WriteStringTables() {
#ifdef NSIS_CONFIG_CRC_SUPPORT
ADD_FONT(IDD_VERIFY);
#endif
#undef SET_FONT
#undef ADD_FONT
}
catch (exception& err) {
ERROR_MSG("Error while applying NLF font for %s: %s\n", err.what());