From 9d7e5b6b41bd111c8d44da40d026dc7ba5d7e99b Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 17 Apr 2010 13:29:00 +0000 Subject: [PATCH] Messed this up, too. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34189 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2