mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
Bug 108170 [gtk2] make GDK_KP_Separator map to ',' rather than '|'
patch by Alexander Skwar <askwar@digitalprojects.com> r=blizzard sr=bryner a=caillon
This commit is contained in:
parent
558421784f
commit
fcf9b7c86f
@ -273,7 +273,7 @@ PRUint32 nsConvertCharCodeToUnicode(GdkEventKey* aEvent)
|
||||
case GDK_KP_Add:
|
||||
return '+';
|
||||
case GDK_KP_Separator:
|
||||
return '|';
|
||||
return ',';
|
||||
case GDK_KP_Subtract:
|
||||
return '-';
|
||||
case GDK_KP_Decimal:
|
||||
|
Loading…
Reference in New Issue
Block a user