From: Richard Heck Date: Sat, 17 Apr 2010 13:29:00 +0000 (+0000) Subject: Messed this up, too. X-Git-Tag: 2.0.0~3431 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9d7e5b6b41bd111c8d44da40d026dc7ba5d7e99b;p=features.git Messed this up, too. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34189 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp index a1ce48fe4b..f15f2a306b 100644 --- a/src/insets/InsetInfo.cpp +++ b/src/insets/InsetInfo.cpp @@ -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;