From ac702fe1ac3aaac0da138e9d7afbb5e30e36ff26 Mon Sep 17 00:00:00 2001 From: kichik Date: Sun, 25 Aug 2002 16:08:00 +0000 Subject: [PATCH] Added SetLanguage ($LANGUAGE is no longer a variable) Added .onMouseOverSection git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@736 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/fileform.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/exehead/fileform.h b/Source/exehead/fileform.h index 52a5a0b3..911844c2 100644 --- a/Source/exehead/fileform.h +++ b/Source/exehead/fileform.h @@ -121,6 +121,8 @@ enum EW_CREATEFONT, // CreateFont: 5: [handle output, face name, height, weight, flags] + EW_SETLANG, // SetLanguage: 1: [language] + // instructions not actually implemented in exehead, but used in compiler. EW_GETLABELADDR, // both of these get converted to EW_ASSIGNVAR EW_GETFUNCTIONADDR, @@ -322,6 +324,7 @@ typedef struct // .on* calls int code_onPrevPage; int code_onVerifyInstDir; + int code_onMouseOverSection; #ifdef NSIS_CONFIG_COMPONENTPAGE int code_onSelChange; #endif//NSIS_CONFIG_COMPONENTPAGE