Update copyright year in the dialogs sample too

Add it to the list of files updated by inc_year script and also change
the copyright to start at 1992 and not 1998 to make things simpler.

See #25041.
This commit is contained in:
Vadim Zeitlin
2025-01-16 17:59:40 +01:00
parent 96418a86a1
commit 5252bd3ca9
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -3428,7 +3428,7 @@ static void InitAboutInfoMinimal(wxAboutDialogInfo& info)
wxVERSION_NUM_DOT_STRING
));
info.SetDescription("This sample shows different wxWidgets dialogs.");
info.SetCopyright("Copyright (C) 1998-2023 wxWidgets dev team.");
info.SetCopyright("Copyright (C) 1992-2025 wxWidgets dev team.");
}
static void InitAboutInfoWebsite(wxAboutDialogInfo& info)