gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_st


From: Sandro Santilli
Subject: Re: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-69-g35bf4a6
Date: Thu, 17 Feb 2011 12:41:27 +0100

On Thu, Feb 17, 2011 at 10:13:46AM +0000, Bastiaan Jacques wrote:
> This is an automated email from the git hooks/post-receive script. It was
> generated because a ref change was pushed to the repository containing
> the project "Gnash".
> 
> The branch, master has been updated
>        via  35bf4a6181a3cb01c7c06f760713aca401bd3d16 (commit)
>       from  585aa241f405ec6ac0b963ea4b93b8aecc5416f2 (commit)
> 
> Those revisions listed above that are new to this repository have
> not appeared on any other notification email; so we list those
> revisions in full, below.
> 
> - Log -----------------------------------------------------------------
> http://git.savannah.gnu.org/cgit//commit/?id=35bf4a6181a3cb01c7c06f760713aca401bd3d16
> 
> 
> commit 35bf4a6181a3cb01c7c06f760713aca401bd3d16
> Author: Bastiaan Jacques <address@hidden>
> Date:   Thu Feb 17 11:12:55 2011 +0100
> 
>     Tweak error message type for the correct consumer. Thanks Sandro.
> 
> diff --git a/libcore/TextField.cpp b/libcore/TextField.cpp
> index c51d482..30a3c87 100644
> --- a/libcore/TextField.cpp
> +++ b/libcore/TextField.cpp
> @@ -1457,7 +1457,7 @@ TextField::handleChar(std::wstring::const_iterator& it,
>                              attloc = attributes.find("FACE");
>                              if (attloc != attributes.end()) {
>                                  if (attloc->second.empty()) {
> -                                    log_error("Expected a font name in FACE 
> attribute.");
> +                                    log_aserror("Expected a font name in 
> FACE attribute.");

The correct form is:

IF_VERBOSE_ASCODING_ERRORS(
log_aserror(_("Expected a font name in FACE attribute."))
);

(don't log if not requested, and translate)

--strk; 

  ()   Free GIS & Flash consultant/developer
  /\   http://strk.keybit.net/services.html



reply via email to

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