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
This commit is contained in:
parent
bad48f1a0a
commit
eedc453420
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue