Update README, copyright and VisualStudio project

This commit is contained in:
Gregory Soutadé
2019-03-23 09:50:09 +01:00
parent 1d8db4b6a1
commit 2b9d7d8878
5 changed files with 51 additions and 3 deletions

View File

@@ -314,7 +314,7 @@ void wxUI::ChangeUser()
void wxUI::OnButtonAbout()
{
QMessageBox::information(0, "KissCount " APP_VERSION, _("Personal accounting software") + "\n\nhttp://indefero.soutade.fr/p/kisscount/\n\n" + _("Licenced under GNU GPL v3") + "\n\nCopyright (C) 2010-2017 Grégory Soutadé");
QMessageBox::information(0, "KissCount " APP_VERSION, _("Personal accounting software") + "\n\nhttp://indefero.soutade.fr/p/kisscount/\n\n" + _("Licenced under GNU GPL v3") + "\n\nCopyright (C) 2010-2019 Grégory Soutadé");
}
void wxUI::OnButtonQuit()