added author name 'Zero Fanker' .

This commit is contained in:
Zero Fanker 2025-07-08 23:27:45 -04:00
parent ca84f45d4b
commit eae6ed25d3
2 changed files with 4 additions and 4 deletions

View file

@ -72,7 +72,7 @@ BOOL CInfo::OnInitDialog()
#ifdef YR_MODE
CStringA license = R"(FinalAlert 2: Yuri's Revenge Mission Editor
Copyright (C) 1999-2024 Electronic Arts, Inc.
Authored by Matthias Wagner
Authored by Matthias Wagner, Zero Fanker
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View file

@ -686,7 +686,7 @@ BEGIN
LTEXT "Version:",IDC_LVERSION,7,37,61,9
CTEXT "",IDC_BUILTBY,74,52,154,13,SS_CENTERIMAGE | SS_SUNKEN
LTEXT "Built by:",IDC_LBUILTBY,7,52,61,9
LTEXT "© 1999-2024 ELECTRONIC ARTS INC. ALL RIGHTS RESERVED\nAuthored by Matthias Wagner\nWestwood Studios(tm) is an Electronic Arts(tm) brand.",IDC_STATIC,7,97,221,33
LTEXT "© 1999-2024 ELECTRONIC ARTS INC. ALL RIGHTS RESERVED\nAuthored by Matthias Wagner, Zero Fanker\nWestwood Studios(tm) is an Electronic Arts(tm) brand.",IDC_STATIC,7,97,221,33
LTEXT "This software comes with ABSOLUTELY NO WARRANTY.\nThis is free software, and you are welcome to redistribute it.\nFor details open Help->Info",IDC_STATIC,6,129,221,26
END
#endif
@ -1303,7 +1303,7 @@ BEGIN
LTEXT "Version:",IDC_LVERSION,7,37,61,9
CTEXT "",IDC_BUILTBY,74,52,154,13,SS_CENTERIMAGE | SS_SUNKEN
LTEXT "Built by:",IDC_LBUILTBY,7,52,61,9
LTEXT "© 1999-2024 ELECTRONIC ARTS INC. ALL RIGHTS RESERVED\nAuthored by Matthias Wagner\nWestwood Studios(tm) is an Electronic Arts(tm) brand.",IDC_STATIC,7,97,221,33
LTEXT "© 1999-2024 ELECTRONIC ARTS INC. ALL RIGHTS RESERVED\nAuthored by Matthias Wagner, Zero Fanker\nWestwood Studios(tm) is an Electronic Arts(tm) brand.",IDC_STATIC,7,97,221,33
LTEXT "This software comes with ABSOLUTELY NO WARRANTY.\nThis is free software, and you are welcome to redistribute it.\nFor details open Help->Info",IDC_STATIC,6,129,221,26
END
#endif
@ -3655,7 +3655,7 @@ END
STRINGTABLE
BEGIN
IDS_BUILTBY "Matthias Wagner"
IDS_BUILTBY "Matthias Wagner, Zero Fanker"
IDS_VERSIONTEXT TEXT("Version " PRODUCT_VERSION_STRING)
IDS_VERSION TEXT(PRODUCT_VERSION_STRING)
IDS_VERSIONTEXTTS TEXT("Version " PRODUCT_VERSION_STRING)