* ControlAboutLyX:

- update copyright date. For 1.5.5, this change came too late (for i18n).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24724 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-05-11 10:20:06 +00:00
parent c7f4ee3aff
commit 593ef2c773

View File

@ -64,7 +64,7 @@ void ControlAboutlyx::getCredits(ostream & ss) const
string const ControlAboutlyx::getCopyright() const
{
return to_utf8(_("LyX is Copyright (C) 1995 by Matthias Ettrich,\n1995-2006 LyX Team"));
return to_utf8(_("LyX is Copyright (C) 1995 by Matthias Ettrich,\n1995-2008 LyX Team"));
}