cosmetics

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4752 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-09-16 13:41:17 +00:00
parent 2f15840257
commit c2b6cbe0b7

View file

@ -2572,13 +2572,13 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
}
return PS_OK;
#else
case TOK_INSTCOLORS:
case TOK_XPSTYLE:
case TOK_CHANGEUI:
case TOK_ADDBRANDINGIMAGE:
case TOK_SETFONT:
ERROR_MSG("Error: %s specified, NSIS_CONFIG_VISIBLE_SUPPORT not defined.\n",line.gettoken_str(0));
return PS_ERROR;
case TOK_INSTCOLORS:
case TOK_XPSTYLE:
case TOK_CHANGEUI:
case TOK_ADDBRANDINGIMAGE:
case TOK_SETFONT:
ERROR_MSG("Error: %s specified, NSIS_CONFIG_VISIBLE_SUPPORT not defined.\n",line.gettoken_str(0));
return PS_ERROR;
#endif// NSIS_CONFIG_VISIBLE_SUPPORT
// Ability to change compression methods from within the script
case TOK_SETCOMPRESSOR: