mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-25 00:14:24 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user