Now always loads RichEdit2 if present

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@884 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-09-03 11:25:47 +00:00
parent 42cea14dde
commit 52892d7e6d
8 changed files with 20 additions and 4 deletions

View file

@ -38,7 +38,9 @@ BEGIN
ICON IDI_ICON2,IDC_ULICON,0,0,20,20
LTEXT "",IDC_INTROTEXT,25,0,241,23
CONTROL "",IDC_EDIT1,"RICHEDIT",ES_MULTILINE | ES_READONLY |
WS_BORDER | WS_VSCROLL,0,24,266,105
WS_BORDER | WS_VSCROLL | NOT WS_VISIBLE,0,24,266,105
CONTROL "",IDC_EDIT2,"RichEdit20A",ES_MULTILINE | ES_READONLY |
WS_BORDER | WS_VSCROLL | NOT WS_VISIBLE,0,24,266,105
END
#endif