From 30ce5f1c45aa554d9f1d0755df935a7cc5fc5b64 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 9 May 2003 18:33:02 +0000 Subject: [PATCH] ADD_FONT not SET_FONT git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2539 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/lang.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());