From eedc45342087fc836c945158ebd107962066e968 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 18 Mar 2003 20:43:52 +0000 Subject: [PATCH] HEX number for text color in BGGradient git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2339 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/script.cpp b/Source/script.cpp index b145e5e9..ebdac6f4 100644 --- a/Source/script.cpp +++ b/Source/script.cpp @@ -1362,7 +1362,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line, FILE *fp, const char } } - SCRIPT_MSG("BGGradient: %06X->%06X (text=%d)\n",v1,v2,v3); + SCRIPT_MSG("BGGradient: 0x%06X->0x%06X (text=0x%06X)\n",v1,v2,v3); } #ifdef NSIS_CONFIG_UNINSTALL_SUPPORT