dictionaries/hu_HU/pythonpath/lightproof_impl_hu_HU.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 48ab525dcfd6451fa2f3e37e92bd60f3885c47f7 Author: László Németh <[email protected]> Date: Tue Sep 18 16:04:30 2012 +0200 fix suggest() splitting in some optional Hungarian grammar checking rules Change-Id: I3c73f1c6c138a7c70cd8d25c6031d90779d5c543 diff --git a/dictionaries/hu_HU/pythonpath/lightproof_impl_hu_HU.py b/dictionaries/hu_HU/pythonpath/lightproof_impl_hu_HU.py index afbde77..f122057 100644 --- a/dictionaries/hu_HU/pythonpath/lightproof_impl_hu_HU.py +++ b/dictionaries/hu_HU/pythonpath/lightproof_impl_hu_HU.py @@ -119,7 +119,7 @@ def suggest(rLoc, word): if not x: return word t = x.getAlternatives() - suggestions[word] = join(t, "\\n") + suggestions[word] = join(t, "|") return suggestions[word] # get the nth word of the input string or None
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
