gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11858: Fix typo helpfully pointed o


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11858: Fix typo helpfully pointed out in the depths of fb.cpp.
Date: Tue, 02 Feb 2010 10:35:55 +0100
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11858
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Tue 2010-02-02 10:35:55 +0100
message:
  Fix typo helpfully pointed out in the depths of fb.cpp.
modified:
  gui/fb.cpp
  libcore/GnashKey.h
=== modified file 'gui/fb.cpp'
--- a/gui/fb.cpp        2010-01-11 06:41:38 +0000
+++ b/gui/fb.cpp        2010-02-02 09:35:55 +0000
@@ -1356,7 +1356,7 @@
     case KEY_KPMINUS       : return gnash::key::KP_SUBTRACT;
     case KEY_KPPLUS        : return gnash::key::KP_ADD;
     case KEY_KPDOT         : return gnash::key::KP_DECIMAL;
-    case KEY_KPASTERISK    : return gnash::key::KP_MULITPLY;  // typo in 
GnashKey.h
+    case KEY_KPASTERISK    : return gnash::key::KP_MULTIPLY;
     case KEY_KPENTER       : return gnash::key::KP_ENTER;
     
     case KEY_ESC           : return gnash::key::ESCAPE;

=== modified file 'libcore/GnashKey.h'
--- a/libcore/GnashKey.h        2010-01-11 06:41:38 +0000
+++ b/libcore/GnashKey.h        2010-02-02 09:35:55 +0000
@@ -215,7 +215,7 @@
 
   KP_ADD = 162,
   KP_SUBTRACT = 163,
-  KP_MULITPLY = 164,
+  KP_MULTIPLY = 164,
   KP_DIVIDE = 165,
   KP_DECIMAL = 166,
   KP_ENTER = 167,


reply via email to

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