Disabled UseOuterUIItem

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@745 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-08-26 13:33:34 +00:00
parent b53dd1eda3
commit 883d1f9f9b
6 changed files with 50 additions and 29 deletions

View file

@ -262,7 +262,8 @@ typedef struct
// Added by Amir Szekely 6th August 2002
// Adds the ability to make the inner text show up in a dialog item in the outer dialog.
WORD intro_text_id;
/* Useless
WORD intro_text_id;*/
} common_header;
@ -332,11 +333,14 @@ typedef struct
// Added by Amir Szekely 6th August 2002
// Adds the ability to make the inner text show up in a dialog item in the outer dialog.
/*
Useless
WORD space_avail_id;
WORD space_req_id;
WORD dir_subtext_id;
WORD com_subtext1_id;
WORD com_subtext2_id;
WORD com_subtext2_id;*/
} header;
@ -360,7 +364,8 @@ typedef struct
// Added by Amir Szekely 6th August 2002
// Adds the ability to make the inner text show up in a dialog item in the outer dialog.
WORD uninst_subtext_id;
/* Useless
WORD uninst_subtext_id;*/
} uninstall_header;