gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog backend/sound_handler_gst.cpp b...


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog backend/sound_handler_gst.cpp b...
Date: Tue, 15 May 2007 11:56:47 +0200

On Tue, May 15, 2007 at 09:41:54AM +0000, Tomas Groth wrote:
...
> +             gnash::log_error(_("Trying to play sound with size 0, malformed 
> SWF?"));

We now have a specialized function for malformed SWF errors, and we want to be 
able to remove
the msssages at compile time. So the above shoud look like this:

        IF_VERBOSE_MALFORMED_SWF(
        gnash::log_swferror(_("Trying to play sound with size 0"));
        );

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]