On Tue, Aug 17, 2004 at 04:47:29PM +0100, Jose' Matos wrote: > But you know with lyx-qt 1.3, there the custom bullets are displayed > instead of the ellipsis.
diff -u -a -p -r1.22 BulletsModule.C --- BulletsModule.C 20 May 2004 09:36:27 -0000 1.22 +++ BulletsModule.C 17 Aug 2004 17:21:01 -0000 @@ -217,7 +217,7 @@ void BulletsModule::setBullet(QPushButto { if (b.getFont() == -1) { pb->setPixmap(QPixmap()); - pb->setText("..."); + pb->setText(b.getText()); } else { pb->setPixmap(getPixmap(b.getFont(), b.getCharacter())); } Please apply that if it works john