John Levon wrote:

> 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()));
>         }

It does not compile here. I guess this should be
+               pb->setText(toqstr(b.getText()));
?

Georg

Reply via email to