]> git.lyx.org Git - lyx.git/commitdiff
fix typo in gchanges
authorJohn Spray <spray@lyx.org>
Mon, 11 Oct 2004 17:06:52 +0000 (17:06 +0000)
committerJohn Spray <spray@lyx.org>
Mon, 11 Oct 2004 17:06:52 +0000 (17:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9081 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/gtk/GChanges.C

index 7002d4a69bd9c641f1bd298dfd998049bc67b92c..78fce1e4e1ac00ccc6068d38e5fdac7dc05fe06f 100644 (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())