[Gambas-user] remove bookmark error

Fabien BODARD Gambasfr at ...11...
Sun Aug 3 12:25:38 CEST 2003


Le Samedi 2 Août 2003 19:12, Benoit Minisini a écrit :
> Le Samedi 2 Août 2003 17:36, Wojtek a écrit :
> > FSupSelector.class in 1239 line:
> >
> > Replace
> >
> >     CASE 6
> >       Message.Question(("Do you really want to remove this bookmark ?"),
> > ("Remove"), ("Cancel"))
> >
> >       IF value = 0 THEN
> >         CoolTabs.Remove(CoolTabs.Current.Tag)
> >       ENDIF
> >
> > with
> >
> >     CASE 6
> >       Value = Message.Question(("Do you really want to remove this
> > bookmark ?"), ("Remove"), ("Cancel"))
> >
> >       IF Value = 1 THEN
> >         CoolTabs.Remove(CoolTabs.Current.Tag)
> >       ENDIF
> >
> > Otherwise Cancel = Remove
>
> Fabien is a cognac producer. We can imagine a round of drinks for each bug
> ?
>
> :-)))
>
> P.S. Except for the Muslim of course.
>
> P.S #2 ...And for me as I don't drink alcoohol !   =>  Why ?
I think you don't know really good alcoohol or maybe are you sick ?


hi

Thank for this bug report !

Tel me if you have some other idea for this dialog.

Fabien Bodard 
(Cognac Producer  ,  hips)





More information about the User mailing list