Update copyright notice to 2001

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1672 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-03-05 12:07:12 +00:00
parent 5126985133
commit 9a355872f6

View File

@ -48,7 +48,7 @@ void FormCopyright::build()
minw_ = form()->w;
minh_ = form()->h;
string str = _("LyX is Copyright (C) 1995 by Matthias Ettrich, 1995-2000 LyX Team");
string str = _("LyX is Copyright (C) 1995 by Matthias Ettrich, 1995-2001 LyX Team");
str = formatted(str, dialog_->text_copyright->w-10,
FL_NORMAL_SIZE, FL_NORMAL_STYLE);
fl_set_object_label(dialog_->text_copyright, str.c_str());