]> git.lyx.org Git - features.git/commitdiff
remove two FIXME.
authorAbdelrazak Younes <younes@lyx.org>
Sat, 3 Nov 2007 11:40:41 +0000 (11:40 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 3 Nov 2007 11:40:41 +0000 (11:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21401 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetERT.cpp
src/insets/InsetFlex.cpp

index 50d7e79cde222aeb0204cd62ee328ed7c5c81a50..d087c6d1d35f54a0987ca07f624ce69013a8229b 100644 (file)
@@ -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
index 2019af14f90d3e26137065bc7ca87a925099049c..c25bb3c34eb37eb06cab5585d7f0bbaa2d703092 100644 (file)
@@ -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);