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