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

@ -28,6 +28,7 @@
#define IDC_CHECK1 1008
#define IDC_MJF 1008
#define IDC_VERSION 1009
#define IDC_EDIT2 1010
#define IDC_DIRCAPTION 1011
#define IDC_STATUSTEXT 1014
#define IDC_LICTEXT 1015

View file

@ -59,7 +59,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
IDD_DIR DIALOG DISCARDABLE 0, 0, 266, 130

Binary file not shown.

Binary file not shown.

Binary file not shown.