Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 302695 Details for
Bug 404485
app-office/lyx-2.0.2 - German spell checker does not work
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
de-frami.patch
spell.check.patch (text/plain), 550 bytes, created by
pavel sanda
on 2012-02-21 13:21:40 UTC
(
hide
)
Description:
de-frami.patch
Filename:
MIME Type:
Creator:
pavel sanda
Created:
2012-02-21 13:21:40 UTC
Size:
550 bytes
patch
obsolete
>diff --git a/src/HunspellChecker.cpp b/src/HunspellChecker.cpp >index d044889..4d0f4be 100644 >@@ -183,6 +184,12 @@ bool HunspellChecker::Private::haveDictionary(Language const * lang, string & hp > } > // another try with code, '_' replaced by '-' > h_path = addName(hpath, subst(lang->code(), '_', '-')); >+ if (haveLanguageFiles(h_path)) { >+ hpath = h_path; >+ return true; >+ } >+ // another try for german frami dictionaries >+ h_path = addName(hpath, HunspellDictionaryName(lang)+"_frami"); > if (!haveLanguageFiles(h_path)) { > return false; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 404485
: 302695