From: John Spray Date: Mon, 11 Oct 2004 17:06:52 +0000 (+0000) Subject: fix typo in gchanges X-Git-Tag: 1.6.10~14947 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0f3e1aa0f97adbfcae66d84c49a3a205e25d1695;p=lyx.git fix typo in gchanges git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9081 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/gtk/GChanges.C b/src/frontends/gtk/GChanges.C index 7002d4a69b..78fce1e4e1 100644 --- a/src/frontends/gtk/GChanges.C +++ b/src/frontends/gtk/GChanges.C @@ -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())