https://bugs.freedesktop.org/show_bug.cgi?id=30977
Andras Timar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Andras Timar <[email protected]> 2011-11-10 04:23:00 PST --- I found a workaround. The crash occurs when the translation of "Use system ~font for user interface" has an access key defined in brackets after the Uyghur translation: (~F). When I removed the access key, the crash did not occur. I think it is a good compromise to remove a single access key, as it seems that the root cause of the crash has not be solved yet. I removed the (~F) from Pootle and I also pushed the fix to git. For the record, this is the diff: diff --git a/translations/source/ug/cui/source/options.po b/translations/source/ug/cui/source/options.po index ace3f21..4935350 100644 --- a/translations/source/ug/cui/source/options.po +++ b/translations/source/ug/cui/source/options.po @@ -1300,7 +1300,7 @@ msgstr "" #: optgdlg.src#OFA_TP_VIEW.CB_SYSTEM_FONT.checkbox.text msgid "Use system ~font for user interface" -msgstr "سىستېما خەت نۇسخىسىنى ئىشلەتكۈچى كۆرۈنمە يۈزىگە ئىشلەت(~F)" +msgstr "سىستېما خەت نۇسخىسىنى ئىشلەتكۈچى كۆرۈنمە يۈزىگە ئىشلەت" #: optgdlg.src#OFA_TP_VIEW.CB_FONTANTIALIASING.checkbox.text msgid "Screen font antialiasing" -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
