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:
parent
3cdfec78cf
commit
30ce5f1c45
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ int CEXEBuild::WriteStringTables() {
|
||||||
#ifdef NSIS_CONFIG_CRC_SUPPORT
|
#ifdef NSIS_CONFIG_CRC_SUPPORT
|
||||||
ADD_FONT(IDD_VERIFY);
|
ADD_FONT(IDD_VERIFY);
|
||||||
#endif
|
#endif
|
||||||
#undef SET_FONT
|
#undef ADD_FONT
|
||||||
}
|
}
|
||||||
catch (exception& err) {
|
catch (exception& err) {
|
||||||
ERROR_MSG("Error while applying NLF font for %s: %s\n", err.what());
|
ERROR_MSG("Error while applying NLF font for %s: %s\n", err.what());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue