Skip to content

Commit

Permalink
year
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed May 1, 2022
1 parent f9905b0 commit 98ebda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wxgui/about.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ AboutDlg::AboutDlg(wxWindow* parent)
#endif
txt->AppendText(" and xylib " + pchar2wx(xylib_get_version()) + "\n");
txt->SetDefaultStyle(wxTextAttr(wxNullColour, bg_col, *wxNORMAL_FONT));
txt->AppendText(wxT("\nCopyright 2001 - 2017 Marcin Wojdyr\n\n"));
txt->AppendText(wxT("\nCopyright 2001 - 2022 Marcin Wojdyr\n\n"));
txt->SetDefaultStyle(wxTextAttr(wxNullColour, bg_col, *wxSMALL_FONT));
txt->AppendText(
wxT("This program is free software; you can redistribute it and/or modify ")
Expand Down

0 comments on commit 98ebda7

Please sign in to comment.