fix typo in gchanges

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9081 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Spray 2004-10-11 17:06:52 +00:00
parent e05e237c60
commit 0f3e1aa0f9

View File

@ -90,8 +90,8 @@ void GChanges::onNext()
void GChanges::promptChange()
{
string const header = _("Accept highlighted change?");
string const author = controller().getChangeAuthor();
string const date = controller().getChangeDate();
string author = controller().getChangeAuthor();
string date = controller().getChangeDate();
if(author.empty())
author = _("unknown author");
if(date.empty())