Skip to content

Commit

Permalink
-version 3.46
Browse files Browse the repository at this point in the history
  • Loading branch information
kgersen committed Mar 14, 2016
1 parent 1826008 commit 6f9254f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
Binary file modified ICE/ICE.APS
Binary file not shown.
24 changes: 9 additions & 15 deletions ICE/ICE.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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

/////////////////////////////////////////////////////////////////////////////
//
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -1311,7 +1309,7 @@ END
//

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
GUIDELINES DESIGNINFO
BEGIN
IDD_LOADOUT, DIALOG
BEGIN
Expand Down Expand Up @@ -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

/////////////////////////////////////////////////////////////////////////////
//
Expand All @@ -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"
Expand All @@ -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
/////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 6f9254f

Please sign in to comment.