Skip to content

Commit e2826c0

Browse files
author
smcmahonibm
committed
Fix localization data
1 parent b2d7b24 commit e2826c0

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

icc/icc.rc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
#undef APSTUDIO_READONLY_SYMBOLS
1414

1515
/////////////////////////////////////////////////////////////////////////////
16-
// English (Australia) resources
16+
// English resources
1717

1818
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENA)
1919
#ifdef _WIN32
20-
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS
20+
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
2121
#pragma code_page(1252)
2222
#endif //_WIN32
2323

@@ -48,11 +48,9 @@ BEGIN
4848
VALUE "CompanyName", "IBM\0"
4949
VALUE "FileDescription", ICC_DESCRIPTION1
5050
VALUE "FileVersion", ICC_PRODUCT_VERSION
51-
VALUE "InternalName", "ICC\0"
52-
VALUE "LegalCopyright", "Licensed Materials - Property of IBM ICC (C) Copyright IBM Corp. 2002, 2018 All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.\0"
53-
VALUE "LegalTrademarks", "IBM\0"
51+
VALUE "InternalName", "OCKC\0"
5452
VALUE "OriginalFilename", "icc.lib\0"
55-
VALUE "ProductName", "IBM ICC"
53+
VALUE "ProductName", "OpenCryptographyKitC"
5654
VALUE "ProductVersion", ICC_PRODUCT_VERSION
5755
END
5856
END
@@ -90,7 +88,7 @@ END
9088

9189
#endif // APSTUDIO_INVOKED
9290

93-
#endif // English (Australia) resources
91+
#endif // English resources
9492
/////////////////////////////////////////////////////////////////////////////
9593

9694

0 commit comments

Comments
 (0)