Index: src/ch/CrashDlg.cpp =================================================================== diff -u -N -ra1df59e4b47f6d8c347f3cff6cfd1a83cd0ec848 -r27c0d76ec85a30292d8c474a1f4f969a9a32c406 --- src/ch/CrashDlg.cpp (.../CrashDlg.cpp) (revision a1df59e4b47f6d8c347f3cff6cfd1a83cd0ec848) +++ src/ch/CrashDlg.cpp (.../CrashDlg.cpp) (revision 27c0d76ec85a30292d8c474a1f4f969a9a32c406) @@ -7,12 +7,11 @@ #include "version.h" #define IDS_CRASH_TITLE _T("Application crashed") -#define IDS_STATIC_INFO _T("Copy Handler encountered an internal problem and will be closed.\n\nIf you want to help correct this problem in the future releases of program you can send the crash information to the author of this program.") +#define IDS_STATIC_INFO _T("Copy Handler encountered an internal problem and will be closed.\n\nIf you want to help correct this problem in the future releases of program you can send the crash information to the author of this program (e-mail it to ixen@copyhandler.com).") #define IDS_VERSIONINFO_STATIC _T("Program version:") #define IDS_LOCATIONINFO_STATIC _T("Crash dump location:") #define IDS_LOCATION_STATIC _T("Error encountered while trying to create crash dump") -#define IDS_OK _T("&Send the crash information") -#define IDS_CANCEL _T("&Do not send") +#define IDS_OK _T("&Close") // CCrashDlg dialog @@ -38,7 +37,6 @@ DDX_Control(pDX, IDC_STATIC_INFO, m_ctlInfo); DDX_Control(pDX, IDC_VERSIONINFO_STATIC, m_ctlVersionInfo); DDX_Control(pDX, IDC_LOCATIONINFO_STATIC, m_ctlLocationInfo); - DDX_Control(pDX, IDCANCEL, m_ctlCancelButton); } @@ -63,7 +61,6 @@ m_ctlLocation.SetWindowText(IDS_LOCATION_STATIC); m_ctlOKButton.SetWindowText(IDS_OK); - m_ctlCancelButton.SetWindowText(IDS_CANCEL); m_ctlOKButton.EnableWindow(m_bResult); return TRUE; // return TRUE unless you set the focus to a control