2022 => 2023
This commit is contained in:
committed by
Adrien Destugues
parent
9eb5bef029
commit
02708cc190
@@ -160,7 +160,7 @@ void Button_Message_initial(void)
|
||||
for (x=14,x_pos=0; x_pos<231; x_pos++,x++)
|
||||
Pixel_in_window(x,y,Gfx->Logo_grafx2[offs_y+x_pos]);
|
||||
|
||||
Print_in_window(130-4*26,88,"Copyright (c) 2007-2022 by",MC_Dark,MC_Light);
|
||||
Print_in_window(130-4*26,88,"Copyright (c) 2007-2023 by",MC_Dark,MC_Light);
|
||||
Print_in_window(130-4*23,100,"the Grafx2 project team",MC_Black,MC_Light);
|
||||
Print_in_window(130-4*26,112,"Copyright (c) 1996-2001 by",MC_Dark,MC_Light);
|
||||
Print_in_window(130-4*13,122,"Sunset Design",MC_Black,MC_Light);
|
||||
|
||||
@@ -25,7 +25,7 @@ BEGIN
|
||||
VALUE "FileDescription", "The ultimate 256-color painting programm"
|
||||
VALUE "FileVersion", "2.8.3091"
|
||||
VALUE "InternalName", "grafx2"
|
||||
VALUE "LegalCopyright", "(c) 2007-2022 The GrafX2 Team, (c) 1996-2001 Sunset Design"
|
||||
VALUE "LegalCopyright", "(c) 2007-2023 The GrafX2 Team, (c) 1996-2001 Sunset Design"
|
||||
VALUE "OriginalFilename", "grafx2.exe"
|
||||
VALUE "ProductName", "GrafX2"
|
||||
VALUE "ProductVersion", "2.8.3091"
|
||||
|
||||
@@ -62,7 +62,7 @@ static const T_Help_table helptable_about[] =
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT (" http://grafx2.tk")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("Copyright 2007-2022, the Grafx2 project team")
|
||||
HELP_TEXT ("Copyright 2007-2023, the Grafx2 project team")
|
||||
HELP_TEXT (" 1996-2001, SUNSET DESIGN")
|
||||
};
|
||||
static const T_Help_table helptable_licence[] =
|
||||
|
||||
Reference in New Issue
Block a user