Skip to content

Commit

Permalink
MyFrameMain: add Audrey Dutcher to About's developers
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Nov 4, 2024
1 parent 89ffc6d commit 960042d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/MyFrameMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1841,6 +1841,7 @@ void MyFrameMain::help_about(wxCommandEvent &event)
info.SetCopyright(wxT(COPYRIGHT));
info.AddDeveloper("Christian Beier");
info.AddDeveloper("Evgeny Zinoviev");
info.AddDeveloper("Audrey Dutcher");

wxAboutBox(info);
}
Expand Down

0 comments on commit 960042d

Please sign in to comment.