gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-322-g072ba8a
Date: Fri, 29 Apr 2011 06:00:01 +0000

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  072ba8a9940d26466fd2e730d55a8f2fa1de52f0 (commit)
      from  37b542dfd06b3447d8c420e2e6807c4f431d2c0f (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=072ba8a9940d26466fd2e730d55a8f2fa1de52f0


commit 072ba8a9940d26466fd2e730d55a8f2fa1de52f0
Author: Benjamin Wolsey <address@hidden>
Date:   Fri Apr 29 07:59:36 2011 +0200

    Fix setMilliseconds format string.

diff --git a/libcore/asobj/Date_as.cpp b/libcore/asobj/Date_as.cpp
index c31bca2..38e4d27 100644
--- a/libcore/asobj/Date_as.cpp
+++ b/libcore/asobj/Date_as.cpp
@@ -1162,7 +1162,7 @@ date_setMilliseconds(const fn_call& fn)
 
         if (fn.nargs > 1) {
             IF_VERBOSE_ASCODING_ERRORS(
-                log_aserror(_("Date.setMilliseconds was called with more "
+                log_aserror(_("Date.set%sMilliseconds was called with more "
                              "than one argument"), utc ? "UTC" : "");
             )
         }

-----------------------------------------------------------------------

Summary of changes:
 libcore/asobj/Date_as.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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