Fix a bug : Initial and final negative account values were not displayed in red

This commit is contained in:
2017-02-04 15:12:40 +01:00
parent 7003a4795d
commit f3a66790d0
3 changed files with 8 additions and 3 deletions

View File

@@ -315,7 +315,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-2015 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-2017 Grégory Soutadé");
}
void wxUI::OnButtonQuit()