Magellan Linux

Contents of /trunk/mozilla-firefox/patches/mozilla-firefox-1.0-kp_separator.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 444 byte(s)
-import

1 --- mozilla/widget/src/gtk2/nsGtkKeyUtils.cpp.original 2004-10-03 20:16:19.884311832 +0200
2 +++ mozilla/widget/src/gtk2/nsGtkKeyUtils.cpp 2004-10-03 20:16:31.562536472 +0200
3 @@ -280,7 +280,7 @@
4 case GDK_KP_Add:
5 return '+';
6 case GDK_KP_Separator:
7 - return '|';
8 + return ',';
9 case GDK_KP_Subtract:
10 return '-';
11 case GDK_KP_Decimal: