Put back the FIXME.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28611 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-02-25 22:41:29 +00:00
parent 7eb04d61d9
commit 0b082f852a

View File

@ -399,6 +399,7 @@ bool InsetListings::getStatus(Cursor & cur, FuncRequest const & cmd,
docstring const InsetListings::buttonLabel(BufferView const & bv) const
{
// FIXME UNICODE
if (decoration() == InsetLayout::CLASSIC)
return isOpen(bv) ? _("Listing") : getNewLabel(_("Listing"));
else