From 156b2436205c50bacc7ef5e8edc006ae2f9a93ab Mon Sep 17 00:00:00 2001 From: kichik Date: Sun, 25 Aug 2002 10:49:47 +0000 Subject: [PATCH] Replaced .onStaticBkColor with .onInitDialog Added SetStaticBkColor git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@729 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/fileform.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/exehead/fileform.h b/Source/exehead/fileform.h index fb0f909d..52a5a0b3 100644 --- a/Source/exehead/fileform.h +++ b/Source/exehead/fileform.h @@ -69,6 +69,7 @@ enum EW_SENDMESSAGE, // SendMessage: 5 [output, hwnd, msg, lparam, wparam] EW_ISWINDOW, // IsWindow: 3 [hwnd, jump_if_window, jump_if_notwindow] EW_GETDLGITEM, // GetDlgItem: 3 [outputvar, dialog, item_id] + EW_SETWINDOWLONG, // SetStaticBkColor: 2 [hwnd, color] EW_SHELLEXEC, // ShellExecute program: 4, [shell action, complete commandline, parameters, showwindow] @@ -246,7 +247,7 @@ typedef struct int code_onInstFailed; int code_onUserAbort; int code_onNextPage; - int code_onStaticCtlBkColor; + int code_onInitDialog; #endif//NSIS_SUPPORT_CODECALLBACKS char show_details;