From: Abdelrazak Younes Date: Sat, 3 Nov 2007 11:40:41 +0000 (+0000) Subject: remove two FIXME. X-Git-Tag: 1.6.10~7502 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=041313e3b5fb88304b416535eb902c1185efca4f;p=features.git remove two FIXME. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21401 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetERT.cpp b/src/insets/InsetERT.cpp index 50d7e79cde..d087c6d1d3 100644 --- a/src/insets/InsetERT.cpp +++ b/src/insets/InsetERT.cpp @@ -195,7 +195,6 @@ bool InsetERT::getStatus(Cursor & cur, FuncRequest const & cmd, void InsetERT::setButtonLabel() { - // FIXME UNICODE if (decoration() == Classic) setLabel(isOpen() ? _("ERT") : getNewLabel(_("ERT"))); else diff --git a/src/insets/InsetFlex.cpp b/src/insets/InsetFlex.cpp index 2019af14f9..c25bb3c34e 100644 --- a/src/insets/InsetFlex.cpp +++ b/src/insets/InsetFlex.cpp @@ -103,7 +103,6 @@ int InsetFlex::docbook(Buffer const & buf, odocstream & os, ParagraphList::const_iterator end = paragraphs().end(); if (!undefined()) - // FIXME UNICODE sgml::openTag(os, layout_->latexname, par->getID(buf, runparams) + layout_->latexparam);