diff options
| author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-07-28 00:56:02 +0000 | 
|---|---|---|
| committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-07-28 00:56:02 +0000 | 
| commit | 8035bc92d5ad9ca0ad85aabb32b99f223e63cf15 (patch) | |
| tree | 06aec595d0f5a39927fd8f84405f195717c36d64 | |
| parent | 6fac686e72096f9fba5331abeb8d62e3d5665691 (diff) | |
changed title/text
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@428 4f64403b-2f21-0410-a795-97e2b3489a10
| -rw-r--r-- | updater/updater.rc | 8 | 
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
  | 
