Update copyright year in the dialogs sample "About"
This is not critical, so might not be worth updating it every year, but using 2006 there is still a bit too vintage.
This commit is contained in:
parent
08affd7e11
commit
9fbc7abea1
1 changed files with 1 additions and 1 deletions
|
|
@ -3407,7 +3407,7 @@ static void InitAboutInfoMinimal(wxAboutDialogInfo& info)
|
|||
wxVERSION_NUM_DOT_STRING
|
||||
));
|
||||
info.SetDescription("This sample shows different wxWidgets dialogs");
|
||||
info.SetCopyright("(C) 1998-2006 wxWidgets dev team");
|
||||
info.SetCopyright("(C) 1998-2023 wxWidgets dev team");
|
||||
info.AddDeveloper("Vadim Zeitlin");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue