From 73e9649387355b878dee702abf25072d00dfafed Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 4 Mar 2011 11:00:59 +0100 Subject: Update mail addresses to match the new mailing lists. Signed-off-by: Lukas Fleischer --- src/args.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/args.c') diff --git a/src/args.c b/src/args.c index 4f341ed..7693644 100644 --- a/src/args.c +++ b/src/args.c @@ -29,7 +29,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * Send your feedback or comments to : calcurse@culot.org + * Send your feedback or comments to : misc@calcurse.org * Calcurse home page : http://culot.org/calcurse * */ @@ -144,7 +144,7 @@ help_arg () "\tby issuing a command such as: calcurse --export > calcurse.dat\n" "\nFor more information, type '?' from within Calcurse, " "or read the manpage.\n" - "Mail bug reports and suggestions to .\n"); + "Mail bug reports and suggestions to .\n"); (void)snprintf (htitle, BUFSIZ, _("Calcurse %s - text-based organizer\n"), VERSION); @@ -506,7 +506,7 @@ more_info (void) fputs (_("\nFor more information, type '?' from within Calcurse, " "or read the manpage.\n"), stdout); fputs (_("Mail bug reports and suggestions to " - ".\n"), stdout); + ".\n"), stdout); } /* -- cgit v1.2.3-54-g00ecf