diff --git a/Source/lang.cpp b/Source/lang.cpp index d22472c3..b1c4b856 100644 --- a/Source/lang.cpp +++ b/Source/lang.cpp @@ -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());