diff options
author | Jean-François Rameau <jframeau@cvs.gnome.org> | 2005-06-04 00:47:46 +0800 |
---|---|---|
committer | Jean-François Rameau <jframeau@src.gnome.org> | 2005-06-04 00:47:46 +0800 |
commit | 10be9715c8f213c02cdf714b7188b645e7f0f068 (patch) | |
tree | 91da7c9e15130248274fea3b1fad0a196a4ffd10 /embed | |
parent | eeac7e657d86802e904337ffef1bf5a0341a8cd0 (diff) | |
download | gsoc2013-epiphany-10be9715c8f213c02cdf714b7188b645e7f0f068.tar gsoc2013-epiphany-10be9715c8f213c02cdf714b7188b645e7f0f068.tar.gz gsoc2013-epiphany-10be9715c8f213c02cdf714b7188b645e7f0f068.tar.bz2 gsoc2013-epiphany-10be9715c8f213c02cdf714b7188b645e7f0f068.tar.lz gsoc2013-epiphany-10be9715c8f213c02cdf714b7188b645e7f0f068.tar.xz gsoc2013-epiphany-10be9715c8f213c02cdf714b7188b645e7f0f068.tar.zst gsoc2013-epiphany-10be9715c8f213c02cdf714b7188b645e7f0f068.zip |
Typo.
2005-06-03 Jean-François Rameau <jframeau@cvs.gnome.org>
* embed/mozilla/EventContext.cpp:
Typo.
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/EventContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/EventContext.cpp b/embed/mozilla/EventContext.cpp index f4b998129..76da99c8c 100644 --- a/embed/mozilla/EventContext.cpp +++ b/embed/mozilla/EventContext.cpp @@ -1047,7 +1047,7 @@ EventContext::CheckKeyPress (nsIDOMKeyEvent *aEvent) NS_UTF16ToCString (uTag, NS_CSTRING_ENCODING_UTF8, tag); if (g_ascii_strcasecmp (tag.get(), "input") == 0 || - g_ascii_strcasecmp (tag.get(), "textaread") == 0 || + g_ascii_strcasecmp (tag.get(), "textarea") == 0 || g_ascii_strcasecmp (tag.get(), "select") == 0 || g_ascii_strcasecmp (tag.get(), "button") == 0 || g_ascii_strcasecmp (tag.get(), "isindex") == 0) return retval; |