]> git.lyx.org Git - features.git/commitdiff
Fix InsetListings::init, call setButtonLabel explicitly because that function is...
authorBo Peng <bpeng@lyx.org>
Wed, 9 May 2007 20:00:06 +0000 (20:00 +0000)
committerBo Peng <bpeng@lyx.org>
Wed, 9 May 2007 20:00:06 +0000 (20:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18246 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetListings.cpp

index 59b289a8ffbe0167889bd053b4cddb1651b71dc0..30ba1a2a4ef6e2d05b8ce089a699e315f3f0d9e9 100644 (file)
@@ -35,6 +35,7 @@ using std::string;
 
 void InsetListings::init()
 {
+       setButtonLabel();
        // FIXME: define Color::listing?
        Font font(Font::ALL_SANE);
        font.decSize();