Index: CvsProxy-w10.rc =================================================================== RCS file: /scotty/cvsproxy/CvsProxy-w10.rc,v retrieving revision 1.1 diff -c -r1.1 CvsProxy-w10.rc *** CvsProxy-w10.rc 25 Aug 2024 13:18:04 -0000 1.1 --- CvsProxy-w10.rc 26 Aug 2024 01:03:25 -0000 *************** *** 18,25 **** "1 RT_MANIFEST ""cvsproxy-w10.manifest""\0" END - IDI_ICON1 ICON "cvsproxy-2024-768.ico" #endif LANGUAGE 0x9,0x1 1 11 MSG00001.bin --- 18,46 ---- "1 RT_MANIFEST ""cvsproxy-w10.manifest""\0" END #endif + + ///////////////////////////////////////////////////////////////////////////// + // English (U.K.) resources + + #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) + #ifdef _WIN32 + LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK + #pragma code_page(1252) + #endif //_WIN32 + + ///////////////////////////////////////////////////////////////////////////// + // + // Icon + // + + // Icon with lowest ID value placed first to ensure application icon + // remains consistent on all systems. + IDI_CVSPROXY ICON "cvsproxy-2024-768.ico" + + + #endif // English (U.K.) resources + ///////////////////////////////////////////////////////////////////////////// LANGUAGE 0x9,0x1 1 11 MSG00001.bin Index: resource.h =================================================================== RCS file: /scotty/cvsproxy/resource.h,v retrieving revision 1.3 diff -c -r1.3 resource.h *** resource.h 5 Oct 2012 00:03:48 -0000 1.3 --- resource.h 25 Aug 2024 13:48:33 -0000 *************** *** 6,12 **** #include #endif ! #define IDI_ICON1 101 // Next default values for new objects // --- 6,12 ---- #include #endif ! #define IDI_CVSPROXY 101 // Next default values for new objects //