mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
7eb04d61d9
commit
0b082f852a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user