From 7757e386293b047a208aa4558f59905476bac5c6 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 22 Aug 2006 12:36:31 +0000 Subject: fix --- lib/python/Tools/NumericalTextInput.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Tools/NumericalTextInput.py') diff --git a/lib/python/Tools/NumericalTextInput.py b/lib/python/Tools/NumericalTextInput.py index be645318..d923290d 100644 --- a/lib/python/Tools/NumericalTextInput.py +++ b/lib/python/Tools/NumericalTextInput.py @@ -10,7 +10,7 @@ class NumericalTextInput: if self.lang == 'de_DE': self.mapping.append (".,?'\"0-()@/:_") # 0 self.mapping.append (" 1") # 1 - self.mapping.append ("aäbc2AABC") # 2 + self.mapping.append ("aäbc2AÄBC") # 2 self.mapping.append ("def3DEF") # 3 self.mapping.append ("ghi4GHI") # 4 self.mapping.append ("jkl5JKL") # 5 -- cgit v1.2.3