X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMenuBackend.C;h=5419f6d8b718fb8ffa923724cd6e2073d18e3481;hb=e5a46922e916a06ad1b958d5895cc3cfb4f13d2c;hp=9dfede0ab1a081375c3d0c63398a7c1cef332917;hpb=e222e80510bbf7765e87e0bbe816c83d33f30b54;p=lyx.git diff --git a/src/MenuBackend.C b/src/MenuBackend.C index 9dfede0ab1..5419f6d8b7 100644 --- a/src/MenuBackend.C +++ b/src/MenuBackend.C @@ -536,6 +536,8 @@ void expandFormats(MenuItem::Kind kind, Menu & tomenu, Buffer const * buf) switch (kind) { case MenuItem::ImportFormats: + // FIXME: This is a hack, we should rather solve + // FIXME: bug 2488 instead. if ((*fit)->name() == "text") label = _("Plain Text"); else if ((*fit)->name() == "textparagraph")