Index: src/ch/ch.rc =================================================================== diff -u -N -r3493e9fc470285b0a0b417d50be281467a071eb7 -re701ed2460c2558eeefab55a1f3ed1d2c89a56c0 --- src/ch/ch.rc (.../ch.rc) (revision 3493e9fc470285b0a0b417d50be281467a071eb7) +++ src/ch/ch.rc (.../ch.rc) (revision e701ed2460c2558eeefab55a1f3ed1d2c89a56c0) @@ -31,7 +31,7 @@ // 25 // -IDR_THANKS_TEXT 25 "res\\Thanks.txt" +IDR_THANKS_TEXT 25 "res\\thanks.txt" ///////////////////////////////////////////////////////////////////////////// // @@ -40,7 +40,7 @@ // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDR_MAINFRAME ICON "res\\COPY HANDLER.ico" +IDR_MAINFRAME ICON "res\\ch.ico" IDI_ERROR_ICON ICON "res\\error.ico" IDI_WORKING_ICON ICON "res\\working.ico" IDI_PAUSED_ICON ICON "res\\paused.ico" @@ -1070,7 +1070,7 @@ "LANGUAGE 9, 1\r\n" "#pragma code_page(1252)\r\n" "#endif\r\n" - "#include ""res\\COPY HANDLER.rc2"" // non-Microsoft Visual C++ edited resources\r\n" + "#include ""res\\ch.rc2"" // non-Microsoft Visual C++ edited resources\r\n" "#include ""afxres.rc"" // Standard components\r\n" "#endif\0" END @@ -1612,7 +1612,7 @@ LANGUAGE 9, 1 #pragma code_page(1252) #endif -#include "res\COPY HANDLER.rc2" // non-Microsoft Visual C++ edited resources +#include "res\ch.rc2" // non-Microsoft Visual C++ edited resources #include "afxres.rc" // Standard components #endif /////////////////////////////////////////////////////////////////////////////