Author: sanda
Date: Mon Jan 24 11:47:01 2011
New Revision: 37315
URL: http://www.lyx.org/trac/changeset/37315
Log:
Spotted by Jim.
These newlines go directly to about dialog and look weird.
Modified:
lyx-devel/trunk/lib/CREDITS
lyx-devel/trunk/lib/generate_contributions.py
Modified: lyx-devel/trunk/lib/CREDITS
==============================================================================
--- lyx-devel/trunk/lib/CREDITS Mon Jan 24 11:38:33 2011 (r37314)
+++ lyx-devel/trunk/lib/CREDITS Mon Jan 24 11:47:01 2011 (r37315)
@@ -540,6 +540,4 @@
bug reports and small fixes
-If your name doesn't appear here although you've done
-something for LyX, or your entry is wrong or incomplete,
-just drop some e-mail to [email protected]. Thanks.
+If your name doesn't appear here although you've done something for LyX, or
your entry is wrong or incomplete, just drop some e-mail to [email protected].
Thanks.
Modified: lyx-devel/trunk/lib/generate_contributions.py
==============================================================================
--- lyx-devel/trunk/lib/generate_contributions.py Mon Jan 24 11:38:33
2011 (r37314)
+++ lyx-devel/trunk/lib/generate_contributions.py Mon Jan 24 11:47:01
2011 (r37315)
@@ -122,9 +122,7 @@
results.append('''
-If your name doesn't appear here although you've done
-something for LyX, or your entry is wrong or incomplete,
-just drop some e-mail to [email protected]. Thanks.
+If your name doesn't appear here although you've done something for LyX, or
your entry is wrong or incomplete, just drop some e-mail to [email protected].
Thanks.
''')
return "".join(results)