The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit de49a2df7364d79433808dfa91ae05da64632daa
Author: Richard Heck <rgh...@lyx.org>
Date:   Thu May 23 08:58:23 2013 -0400

    Fix ereg and a typo.

diff --git a/lib/CREDITS b/lib/CREDITS
index 5631bb3..6bf4963 100644
--- a/lib/CREDITS
+++ b/lib/CREDITS
@@ -224,7 +224,7 @@
 @iE-mail: zaharid () gmail ! com
    Bug fixes
 @bCarmen Kauffmann
-   Original name that is now two character shorter
+   Original name that is now two characters shorter
 @bKDE Artists
 @ihttp://artist.kde.org/
    Authors of several of the icons LyX uses
diff --git a/lib/generate_contributions.py b/lib/generate_contributions.py
index 01b70d6..f1f69e4 100755
--- a/lib/generate_contributions.py
+++ b/lib/generate_contributions.py
@@ -160,7 +160,7 @@ if (isset($email) && $email != "") {
 } else
         $output=$output. "<dt><b>${name}</b>";
 
-$msg = ereg_replace("\\n *", "\\n  ", ltrim($msg));
+$msg = preg_replace("/\\n */", "\\n  ", ltrim($msg));
 
 $output=$output. "
  </dt>
@@ -911,7 +911,7 @@ contributers = [
                  "",
                  "",
                  "",
-                 u"Original name that is now two character shorter"),
+                 u"Original name that is now two characters shorter"),
 
      contributer(u"KDE Artists",
                  "http://artist.kde.org/";,

-----------------------------------------------------------------------

Summary of changes:
 lib/CREDITS                   |    2 +-
 lib/generate_contributions.py |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to