Not tested, but this should correct this
Updating Catalan.
Gettexting ASCII styles also in descriptions.
Updating Catalan.
I can't reproduce either, but I have a question: Does this problem happen also in the "New" or "Open" dialogs?
I have something that works for me, by registering an own event for playing descs. Please review it. Thanks Pere
I've put a lot of printfs here and there and found where the pushed event get trapped, but I don't understand why only the event corresponding to the frog is trapped there and not the ones of the other stamps? The pushed event enters in this check and not arrives to the USEREVENT check: else if ((event.type == SDL_MOUSEBUTTONDOWN || event.type == TP_SDL_MOUSEBUTTONSCROLL) && event.button.button <= 3) HTH
I did some tests and found an interesting thing: There are frog, blackbird, crow and more that have descs frog doesn't play, blackbird and crow plays. If I rename amphibians to zamphibians,then frog goes to the end of the stamps and plays but then blackbird doesn't play, crow still plays. Looks that the problem is the first of the list?