diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:03 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:03 +0000 |
commit | c61023614eb9182293f5c26c22a3babf65f1dee1 (patch) | |
tree | f33cce17ed619289afed5290f9d976f0f5746793 /XCalc.ad | |
parent | c538606166a71ab7b711de7394cc61add265a209 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
Diffstat (limited to 'XCalc.ad')
-rw-r--r-- | XCalc.ad | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,5 @@ ! $XConsortium: XCalc.ad,v 1.13 94/03/03 19:19:32 converse Exp $ +! $XFree86: xc/programs/xcalc/XCalc.ad,v 1.3 2003/10/24 20:38:14 tsi Exp $ ! XCalc application class resource file XCalc.Title: Calculator @@ -76,6 +77,7 @@ XCalc*ti.bevel.screen.LCD.translations: #replace\n\ <Key>KP_Add:add()\n\ <Key>KP_Subtract:subtract()\n\ <Key>KP_Decimal:decimal()\n\ + <Key>KP_Separator:decimal()\n\ <Key>KP_Divide:divide()\n\ <Key>KP_Tab:equal()\n\ <Key>Clear:clear()\n\ |