Skip to content

Commit

Permalink
update year in about popup
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Jan 19, 2024
1 parent fcef6c6 commit 57046f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/about.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace vind
"Version: " WIN_VIND_VERSION
"\n"
"\n"
"License: MIT License (C) 2020-2023 pit-ray") ;
"License: MIT License (C) 2020-2024 pit-ray") ;

auto main_text = new wxStaticText(this, wxID_ANY, message) ;
main_text->SetFont(*font) ;
Expand Down

0 comments on commit 57046f5

Please sign in to comment.