Skip to content

Commit

Permalink
2024
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed May 12, 2024
1 parent 8dc7396 commit 38b59c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wmabout.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ AboutDlg::AboutDlg(YActionListener* al):
mstring copyright = copyhead
+ copysymb + " 1997-2012 Marko Macek, "
+ copysymb + " 2001 Mathias Hasselmann, \n\t"
+ copysymb + " 2016-2023 Bert Gijsbers. \n";
+ copysymb + " 2016-2024 Bert Gijsbers. \n";

Ladder* ladder = new Ladder();
*ladder += label(version);
Expand Down

0 comments on commit 38b59c7

Please sign in to comment.