From 8035bc92d5ad9ca0ad85aabb32b99f223e63cf15 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Mon, 28 Jul 2008 00:56:02 +0000 Subject: changed title/text git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@428 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/updater.rc | 8 ++++---- 1 file 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 +#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 -- cgit v1.2.3