|
From: <gi...@gp...> - 2009-08-29 23:16:17
|
The branch, master has been updated
via 0d7251b1062d3e335878e37555be6f614f977924 (commit)
from 2e002a90cf13177e64355fc4557dd26bf724846b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
src/hid/batch/batch.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit 0d7251b1062d3e335878e37555be6f614f977924
Author: Bert Timmerman <ber...@xs...>
Commit: DJ Delorie <dj...@de...>
gEDA-dev: [pcb patch] Correction of the pcb homepage url in the batch HID
Hi,
Subject says it all.
Kind regards,
Bert Timmerman.
>From 54b7d8e1d7704c1f467e0711f94dc564cc0a2c6d Mon Sep 17 00:00:00 2001
From: Bert Timmerman <ber...@xs...>
Date: Sat, 29 Aug 2009 21:57:22 +0200
Subject: [PATCH] Correction of the pcb homepage url in the batch HID.
:100644 100644 171926b... cc09564... M src/hid/batch/batch.c
=========
Changes
=========
commit 0d7251b1062d3e335878e37555be6f614f977924
Author: Bert Timmerman <ber...@xs...>
Commit: DJ Delorie <dj...@de...>
gEDA-dev: [pcb patch] Correction of the pcb homepage url in the batch HID
Hi,
Subject says it all.
Kind regards,
Bert Timmerman.
>From 54b7d8e1d7704c1f467e0711f94dc564cc0a2c6d Mon Sep 17 00:00:00 2001
From: Bert Timmerman <ber...@xs...>
Date: Sat, 29 Aug 2009 21:57:22 +0200
Subject: [PATCH] Correction of the pcb homepage url in the batch HID.
diff --git a/src/hid/batch/batch.c b/src/hid/batch/batch.c
index 171926b..cc09564 100644
--- a/src/hid/batch/batch.c
+++ b/src/hid/batch/batch.c
@@ -166,7 +166,7 @@ batch_do_export (HID_Attr_Val * options)
if (interactive)
{
printf("Entering %s version %s batch mode.\n", PACKAGE, VERSION);
- printf("See http://pcb.sourceforge.net for project information\n");
+ printf("See http://pcb.gpleda.org for project information\n");
}
while (1)
{
|