mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Spell Tomasz' name correctly.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10730 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1b411d8e9c
commit
1000babce8
@ -290,6 +290,8 @@ def main(argv, contributers):
|
||||
.encode("latin1", "xmlcharrefreplace")
|
||||
# This is a fudge to give a 'reasonable' spelling of Matej's name.
|
||||
txt_credits_data = txt_credits_data.replace('ě', 'e')
|
||||
# This is a fudge to give a 'reasonable' spelling of Tomasz' name.
|
||||
txt_credits_data = txt_credits_data.replace('Ł', 'L')
|
||||
txt_credits = open(argv[1], "w")
|
||||
txt_credits.write(txt_credits_data)
|
||||
|
||||
@ -748,7 +750,7 @@ contributers = [
|
||||
"28 March 2005",
|
||||
u"Added native support for \makebox to mathed. Several bug fixes, both to the source code and to the llncs layout file"),
|
||||
|
||||
contributer(u"Tomasz Luczak",
|
||||
contributer(u"Tomasz Łuczak",
|
||||
"tlu () technodat ! com ! pl",
|
||||
"GPL",
|
||||
"Re: [Cvslog] lyx-devel po/: ChangeLog pl.po lib/: CREDITS",
|
||||
|
Loading…
Reference in New Issue
Block a user