Update Makefile for WIN32 and copyright date

This commit is contained in:
2014-10-23 21:06:27 +02:00
parent 2cea83f22b
commit 899dc3db71
2 changed files with 17 additions and 14 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-2012 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-2014 Grégory Soutadé");
}
void wxUI::OnButtonQuit()