Index: src/ch/ch.rc =================================================================== diff -u -N -r66e9ad9a512cec46d691cb1ba012424dc7ac8897 -ra1df59e4b47f6d8c347f3cff6cfd1a83cd0ec848 --- src/ch/ch.rc (.../ch.rc) (revision 66e9ad9a512cec46d691cb1ba012424dc7ac8897) +++ src/ch/ch.rc (.../ch.rc) (revision a1df59e4b47f6d8c347f3cff6cfd1a83cd0ec848) @@ -549,47 +549,18 @@ CONTROL "Support:",IDC_CONTACTSUPPORT_STATICEX,"STATICEX",0x50,185,55,68,8 END - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,28,43,1507 - PRODUCTVERSION 1,28,43,1507 - FILEFLAGSMASK 0x3fL -#ifdef _DEBUG - FILEFLAGS 0x29L -#else - FILEFLAGS 0x28L -#endif - FILEOS 0x4L - FILETYPE 0x1L - FILESUBTYPE 0x0L +IDD_CRASH_DIALOG DIALOGEX 0, 0, 316, 138 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Application crashed" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904b0" - BEGIN - VALUE "Comments", "Program for copying files/folders" - VALUE "CompanyName", " " - VALUE "FileDescription", "Copy Handler v.1.28-dev" - VALUE "FileVersion", "1.28.43.1507" - VALUE "InternalName", "Copy Handler" - VALUE "LegalCopyright", "Copyright (C) 2001-2007 J�zef Starosczyk" - VALUE "LegalTrademarks", " " - VALUE "OriginalFilename", "COPY HANDLER.EXE" - VALUE "PrivateBuild", " " - VALUE "ProductName", "Copy Handler v.1.28-dev" - VALUE "ProductVersion", "1.28.43.1507" - VALUE "SpecialBuild", " " - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x409, 1200 - END + LTEXT "",IDC_STATIC_INFO,7,7,302,33 + PUSHBUTTON "",IDCANCEL,259,117,50,14 + PUSHBUTTON "",IDOK,150,117,102,14 + LTEXT "",IDC_VERSIONINFO_STATIC,20,49,83,8 + LTEXT "",IDC_LOCATIONINFO_STATIC,20,65,83,8 + LTEXT "",IDC_VERSION_STATIC,119,49,190,8 + EDITTEXT IDC_LOCATION_EDIT,119,65,190,46,ES_MULTILINE | ES_READONLY | NOT WS_BORDER END @@ -728,6 +699,14 @@ TOPMARGIN, 7 BOTTOMMARGIN, 143 END + + IDD_CRASH_DIALOG, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 309 + TOPMARGIN, 7 + BOTTOMMARGIN, 131 + END END #endif // APSTUDIO_INVOKED @@ -775,7 +754,7 @@ "#define _AFX_NO_PROPERTY_RESOURCES\r\n" "\r\n" "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n" - "#ifdef _WIN32\r\n" + "#if defined(_WIN32) || defined(_WIN64)\r\n" "LANGUAGE 9, 1\r\n" "#pragma code_page(1252)\r\n" "#endif\r\n" @@ -801,6 +780,7 @@ IDS_UNREGISTERERR_STRING "Encountered error while trying to unregister library chext.dll\nError #%lu (%s)." IDS_HELPERR_STRING "Cannot open html help file:\n%s\n" + IDS_CRASH_STRING "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." END STRINGTABLE @@ -1317,7 +1297,7 @@ #define _AFX_NO_PROPERTY_RESOURCES #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 +#if defined(_WIN32) || defined(_WIN64) LANGUAGE 9, 1 #pragma code_page(1252) #endif