gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ./ChangeLog server/textformat.cpp


From: Michael Carlson
Subject: [Gnash-commit] gnash ./ChangeLog server/textformat.cpp
Date: Thu, 02 Feb 2006 09:40:50 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Michael Carlson <address@hidden>        06/02/02 09:40:50

Modified files:
        .              : ChangeLog 
        server         : textformat.cpp 

Log message:
        Fix typo in textformat_new log message ("implemented" has 3 e's)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/ChangeLog.diff?tr1=1.60&tr2=1.61&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/server/textformat.cpp.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gnash/ChangeLog
diff -u gnash/ChangeLog:1.60 gnash/ChangeLog:1.61
--- gnash/ChangeLog:1.60        Thu Feb  2 04:21:21 2006
+++ gnash/ChangeLog     Thu Feb  2 09:40:50 2006
@@ -1,3 +1,7 @@
+2006-01-30 Michael Carlson <address@hidden>
+
+       * server/textformat.cpp: fix typo in textformat_new log message
+
 2006-02-01  Rob Savoye  <address@hidden>
 
        * testsuite/actionscript.all/gen-test.sh: Developer utility script
Index: gnash/server/textformat.cpp
diff -u gnash/server/textformat.cpp:1.2 gnash/server/textformat.cpp:1.3
--- gnash/server/textformat.cpp:1.2     Thu Jan 19 23:50:11 2006
+++ gnash/server/textformat.cpp Thu Feb  2 09:40:50 2006
@@ -115,7 +115,7 @@
   //log_msg("%s: args=%d\n", __FUNCTION__, nargs);
 
   textformat_as_object*        text_obj = new textformat_as_object;
-  log_msg("\tCreated New TextFormat object at %p. Not fully implmented 
yet!\n", text_obj);
+  log_msg("\tCreated New TextFormat object at %p. Not fully implemented 
yet!\n", text_obj);
   
   // tulrich: this looks like it's inserting a method into our
   // caller's env.  setTextFormat is a method on TextField.  So here




reply via email to

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