|
From: <gi...@gp...> - 2009-08-13 23:11:40
|
The branch, master has been updated
via 2e002a90cf13177e64355fc4557dd26bf724846b (commit)
from e2c5002166158dab7cf43d4745b594e510056071 (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/misc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
=================
Commit Messages
=================
commit 2e002a90cf13177e64355fc4557dd26bf724846b
Author: Bert Timmerman <ber...@xs...>
Commit: DJ Delorie <dj...@de...>
gEDA-dev: pcb [PATCH] Correction of the geda homepage url and wiki url in the about dialog window.
Hi all,
Here is another one :)
Kind regards,
Bert Timmerman.
>From c383fc1aabfcefb3c688bb5274f08874c86e7a8a Mon Sep 17 00:00:00 2001
From: Bert Timmerman <ber...@xs...>
Date: Fri, 14 Aug 2009 00:33:26 +0200
Subject: [PATCH] Correction of the geda homepage url and wiki url in the about dialog window.
:100644 100644 f96202d... 5b04469... M src/misc.c
=========
Changes
=========
commit 2e002a90cf13177e64355fc4557dd26bf724846b
Author: Bert Timmerman <ber...@xs...>
Commit: DJ Delorie <dj...@de...>
gEDA-dev: pcb [PATCH] Correction of the geda homepage url and wiki url in the about dialog window.
Hi all,
Here is another one :)
Kind regards,
Bert Timmerman.
>From c383fc1aabfcefb3c688bb5274f08874c86e7a8a Mon Sep 17 00:00:00 2001
From: Bert Timmerman <ber...@xs...>
Date: Fri, 14 Aug 2009 00:33:26 +0200
Subject: [PATCH] Correction of the geda homepage url and wiki url in the about dialog window.
diff --git a/src/misc.c b/src/misc.c
index f96202d..5b04469 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -2023,9 +2023,9 @@ GetInfoString (void)
DSAddString (&info, "See the LICENSE file for more information\n\n");
DSAddString (&info, "For more information see:\n\n");
DSAddString (&info, "PCB homepage: http://pcb.gpleda.org\n");
- DSAddString (&info, "gEDA homepage: http://www.geda.seul.org\n");
+ DSAddString (&info, "gEDA homepage: http://www.gpleda.org\n");
DSAddString (&info,
- "gEDA Wiki: http://geda.seul.org/dokuwiki/doku.php?id=geda\n\n");
+ "gEDA Wiki: http://geda.seul.org/wiki/ \n\n");
DSAddString (&info, "----- Compile Time Options -----\n");
hids = hid_enumerate ();
|