diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:10 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:10 +0000 |
commit | 42fb7c3f023b6b571945648f2fab94da77b97962 (patch) | |
tree | f33cce17ed619289afed5290f9d976f0f5746793 /XCalc.ad | |
parent | 411b0e9e319550a394b0a5945543f39a5affc6a6 (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branchXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXINERAMA_2XEVIE
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\ |