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. 2aa24667a8a18feaa12d


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 2aa24667a8a18feaa12d9261d0ad000f62375b57
Date: Tue, 23 Nov 2010 07:32:38 +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  2aa24667a8a18feaa12d9261d0ad000f62375b57 (commit)
      from  eac51d44944cd26562221663c6414d7b34e23df6 (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=2aa24667a8a18feaa12d9261d0ad000f62375b57


commit 2aa24667a8a18feaa12d9261d0ad000f62375b57
Author: Sandro Santilli <address@hidden>
Date:   Tue Nov 23 08:32:32 2010 +0100

    it's strings, not displayobjects, we're trying to convert to upper/lower 
case

diff --git a/libcore/asobj/String_as.cpp b/libcore/asobj/String_as.cpp
index 5b31785..00cc368 100644
--- a/libcore/asobj/String_as.cpp
+++ b/libcore/asobj/String_as.cpp
@@ -646,7 +646,7 @@ string_toUpperCase(const fn_call& fn)
     if (currentLocale == std::locale::classic()) {
         LOG_ONCE(
             log_error(_("Your locale probably can't convert non-ascii "
-            "DisplayObjects to upper case. Using a UTF8 locale may fix 
this."));
+            "strings to upper case. Using a UTF8 locale may fix this."));
         );
     }
 
@@ -700,7 +700,7 @@ string_toLowerCase(const fn_call& fn)
     {
         LOG_ONCE( 
             log_error(_("Your locale probably can't convert non-ascii "
-                "DisplayObjects to lower case. Using a UTF8 locale may fix 
this"));
+                "strings to lower case. Using a UTF8 locale may fix this"));
         );
     }
 

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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