-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
15 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,8 @@ | |
// Neutral resources | ||
|
||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU) | ||
#ifdef _WIN32 | ||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL | ||
#pragma code_page(1252) | ||
#endif //_WIN32 | ||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
|
@@ -83,7 +81,7 @@ FONT 8, "MS Sans Serif", 0, 0, 0x1 | |
BEGIN | ||
ICON IDR_MAINFRAME,IDC_STATIC,7,7,20,20 | ||
DEFPUSHBUTTON "OK",IDOK,178,7,50,14,WS_GROUP | ||
LTEXT "Copyright (C) 2001-2013 Kirth Gersen (KGJV)",IDC_STATIC,40,25,188,8 | ||
LTEXT "Copyright (C) 2001-2016 Kirth Gersen (KGJV)",IDC_STATIC,40,25,188,8 | ||
LTEXT "[email protected]",IDC_STATIC,40,39,119,8 | ||
LTEXT "Logo by Nick Thoman (NoodleNT)",IDC_STATIC,40,50,179,8 | ||
LTEXT "Other decoders: Your_Persona, EvanTaylor, tpaganj, Vlymoxyd",IDC_STATIC,39,72,179,21 | ||
|
@@ -1311,7 +1309,7 @@ END | |
// | ||
|
||
#ifdef APSTUDIO_INVOKED | ||
GUIDELINES DESIGNINFO | ||
GUIDELINES DESIGNINFO | ||
BEGIN | ||
IDD_LOADOUT, DIALOG | ||
BEGIN | ||
|
@@ -1367,13 +1365,11 @@ END | |
|
||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
// English (U.S.) resources | ||
// English (United States) resources | ||
|
||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) | ||
#ifdef _WIN32 | ||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | ||
#pragma code_page(1252) | ||
#endif //_WIN32 | ||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
|
@@ -1400,12 +1396,12 @@ BEGIN | |
VALUE "Comments", "IGC Core Editor" | ||
VALUE "CompanyName", "Kirth Gersen/KGJV " | ||
VALUE "FileDescription", "IGC Core Editor" | ||
VALUE "FileVersion", "3.45" | ||
VALUE "InternalName", "18 march 2013" | ||
VALUE "LegalCopyright", "Copyright (C) Kirth Gersen 2001-2013" | ||
VALUE "FileVersion", "3.46" | ||
VALUE "InternalName", "15 march 2016" | ||
VALUE "LegalCopyright", "Copyright (C) Kirth Gersen 2001-2016" | ||
VALUE "OriginalFilename", "ICE.EXE" | ||
VALUE "ProductName", "ICE" | ||
VALUE "ProductVersion", "3.45" | ||
VALUE "ProductVersion", "3.46" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
|
@@ -1420,23 +1416,21 @@ END | |
// String Table | ||
// | ||
|
||
STRINGTABLE | ||
STRINGTABLE | ||
BEGIN | ||
IDS_ABOUTBOX "&About ICE..." | ||
END | ||
|
||
#endif // English (U.S.) resources | ||
#endif // English (United States) resources | ||
///////////////////////////////////////////////////////////////////////////// | ||
|
||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
// French (France) resources | ||
|
||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA) | ||
#ifdef _WIN32 | ||
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH | ||
#pragma code_page(1252) | ||
#endif //_WIN32 | ||
|
||
#ifdef APSTUDIO_INVOKED | ||
///////////////////////////////////////////////////////////////////////////// | ||
|