Skip to content

Commit

Permalink
(C) year update
Browse files Browse the repository at this point in the history
  • Loading branch information
Thales1330 committed Jan 26, 2021
1 parent e378996 commit 12c55d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AvaliadorCAAC/MainFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ void MainFrame::OnAboutClick(wxCommandEvent& event)
aboutInfo.SetDescription(
wxT("Software auxiliar para cálculo e geração de relatórios de avaliação de horas complementares pela CAAC\n\n"
"Comissão para Avaliação de Atividades Complementares - Setor da Indústria\nIFG - Câmpus Itumbiara"));
aboutInfo.SetCopyright("(C) 2020");
aboutInfo.SetCopyright("(C) 2020-2021");
aboutInfo.AddDeveloper("Thales Lima Oliveira ([email protected])");
wxGenericAboutDialog dlgAbout(aboutInfo, this);
dlgAbout.ShowModal();
Expand Down

0 comments on commit 12c55d7

Please sign in to comment.