From 0bce203b5c4d616be4d8186abff16b542cc564cc Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 30 Nov 2010 18:52:53 +0000 Subject: [PATCH] Kill translations for this string. http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg163897.html git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36637 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/TextClass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TextClass.cpp b/src/TextClass.cpp index 7da1a9729e..3506afa15d 100644 --- a/src/TextClass.cpp +++ b/src/TextClass.cpp @@ -1378,7 +1378,7 @@ Layout const & DocumentClass::htmlTOCLayout() const string const & DocumentClass::getCiteFormat(string const & entry_type) const { - static string default_format = N_("{%author%[[%author%, ]][[{%editor%[[%editor%, ed., ]]}]]}\"%title%\"{%journal%[[, {!!}%journal%{!!}]][[{%publisher%[[, %publisher%]][[{%institution%[[, %institution%]]}]]}]]}{%year%[[ (%year%)]]}{%pages%[[, %pages%]]}."); + static string default_format = "{%author%[[%author%, ]][[{%editor%[[%editor%, ed., ]]}]]}\"%title%\"{%journal%[[, {!!}%journal%{!!}]][[{%publisher%[[, %publisher%]][[{%institution%[[, %institution%]]}]]}]]}{%year%[[ (%year%)]]}{%pages%[[, %pages%]]}."; map::const_iterator it = cite_formats_.find(entry_type); if (it != cite_formats_.end()) -- 2.39.5