#include <windows.h>\r
#include "installer.h"\r
\r
-MYICON1 ICON "swftools.ico"\r
+MYICON1 ICON "installer.ico"\r
LOGO BITMAP "swftools.bmp"\r
\r
#define X 64\r
IDC_TITLE,125-X,10,247,20,NOT WS_GROUP\r
EDITTEXT IDC_FILELIST,125-X,31,247,130,ES_MULTILINE | ES_READONLY |\r
WS_VSCROLL | WS_HSCROLL | NOT WS_TABSTOP\r
- CHECKBOX "Delete extra files", IDC_DELETEEXTRA, 125-X,163,247,8\r
+ CHECKBOX "Delete the above files", IDC_DELETEEXTRA, 125-X,163,247,8\r
CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8,\r
104-X,163,WS_EX_CLIENTEDGE\r
END\r