mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +00:00
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:
parent
5126985133
commit
9a355872f6
@ -48,7 +48,7 @@ void FormCopyright::build()
|
|||||||
minw_ = form()->w;
|
minw_ = form()->w;
|
||||||
minh_ = form()->h;
|
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,
|
str = formatted(str, dialog_->text_copyright->w-10,
|
||||||
FL_NORMAL_SIZE, FL_NORMAL_STYLE);
|
FL_NORMAL_SIZE, FL_NORMAL_STYLE);
|
||||||
fl_set_object_label(dialog_->text_copyright, str.c_str());
|
fl_set_object_label(dialog_->text_copyright, str.c_str());
|
||||||
|
Loading…
Reference in New Issue
Block a user