[patch] update needed for src/help.c
Peter J Ross <[email protected]>
| Newsgroups | gmane.network.slrn.user |
|---|---|
| Message-ID | <[email protected]> |
In pre0.9.9-94, src/help.c (and therefore the help screen displayed with "?") tells users to email bug reports etc to Thomas Schultz. The attached patch fixes this. Shehu Dikko kindly reported the problem in news.software.readers. I also notice that this file and a bunch of others contain Copyright (c) 1994, 1999 John E. Davis <[email protected]> Copyright (c) 2001-2006 Thomas Schultz <[email protected]> in the comments, which presumably needs to be updated for 0.9.9. -- PJR :-) ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
help.c.patch
(text/x-diff, 618 B)
--- src/help.c.orig 2008-02-15 23:54:09.000000000 +0000
+++ src/help.c 2008-02-15 23:59:00.000000000 +0000
@@ -48,9 +48,8 @@
N_(" Questions not covered by the documentation can be posted to"),
N_(" news.software.readers"),
"",
- N_(" Please email bug reports, suggestions or comments to the current maintainer,"),
- N_(" Thomas Schultz <[email protected]>"),
- N_(" The original author of this program is John E. Davis <[email protected]>"),
+ N_(" Please email bug reports, suggestions or comments to the author of this"),
+ N_(" program, John E. Davis <[email protected]>"),
NULL
};