summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--updater/updater.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/updater/updater.rc b/updater/updater.rc
index 8a89e79..e717217 100644
--- a/updater/updater.rc
+++ b/updater/updater.rc
@@ -7,7 +7,7 @@
//
// Generated from the TEXTINCLUDE 2 resource.
//
-#include <windows.h>
+#include "afxres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@@ -109,13 +109,13 @@ END
IDD_CONFIRMUPDATES DIALOGEX 0, 0, 241, 209
STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Confirm Updates"
+CAPTION "Updates Found"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
DEFPUSHBUTTON "Update",IDOK,70,188,50,14
PUSHBUTTON "Cancel",IDCANCEL,128,188,50,14
- CTEXT "Updates are available for the following components:",IDC_STATIC,9,9,222,12
- CONTROL "List1",IDC_LIST_UPDATES,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP,13,26,213,116
+ CTEXT "Updater has detected updated versions\nof the following Miranda components:",IDC_STATIC,9,9,222,22
+ CONTROL "List1",IDC_LIST_UPDATES,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP,13,37,213,105
GROUPBOX "",IDC_STATIC,13,144,214,39
CONTROL "Confirm install for individual files",IDC_CHK_CONFALL,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,21,153,143,10