]> git.lyx.org Git - lyx.git/commitdiff
Messed this up, too.
authorRichard Heck <rgheck@comcast.net>
Sat, 17 Apr 2010 13:29:00 +0000 (13:29 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 17 Apr 2010 13:29:00 +0000 (13:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34189 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetInfo.cpp

index a1ce48fe4b95c8b0086c5c33bdccd2941e21591f..f15f2a306b1145c9de332fd8fe6207f1c1a1c0ee 100644 (file)
@@ -395,7 +395,7 @@ void InsetInfo::updateInfo()
                        itype = LyXVC::Date;
                string binfo = buffer().lyxvc().revisionInfo(itype);
                if (binfo.empty())
-                       setText(bformat(_("[[%1$s unknown]]"), name_));
+                       setText(bformat(_("[[%1$s unknown]]"), from_utf8(name_)));
                else
                        setText(from_utf8(binfo));
                break;