CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/04/26 11:18:03

Modified files:
        .              : ChangeLog 
        server/asobj   : Key.h 

Log message:
        a typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3001&r2=1.3002
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/Key.h?cvsroot=gnash&r1=1.14&r2=1.15

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3001
retrieving revision 1.3002
diff -u -b -r1.3001 -r1.3002
--- ChangeLog   26 Apr 2007 10:56:50 -0000      1.3001
+++ ChangeLog   26 Apr 2007 11:18:03 -0000      1.3002
@@ -1,4 +1,8 @@
 2007-04-26 Zou Lunkai <[EMAIL PROTECTED]>
+       *       server/asobj/Key.h
+               change "Event_id.h" to "event_id.h"
+       
+2007-04-26 Zou Lunkai <[EMAIL PROTECTED]>
        *       server/vm/action.cpp:
                add is_key_event() method
        *       server/asobj/Key.{h, cpp}:

Index: server/asobj/Key.h
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/Key.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- server/asobj/Key.h  26 Apr 2007 10:56:50 -0000      1.14
+++ server/asobj/Key.h  26 Apr 2007 11:18:03 -0000      1.15
@@ -16,7 +16,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 // 
 
-/* $Id: Key.h,v 1.14 2007/04/26 10:56:50 zoulunkai Exp $ */
+/* $Id: Key.h,v 1.15 2007/04/26 11:18:03 zoulunkai Exp $ */
 
 #ifndef __KEY_H__
 #define __KEY_H__
@@ -28,7 +28,7 @@
 #include "tu_config.h"
 #include "as_object.h" // for inheritance
 #include "fn_call.h"
-#include "Event_id.h"
+#include "event_id.h"
 #include "gnash.h" // for gnash::key namespace
 
 #ifdef WIN32


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to