aboutsummaryrefslogtreecommitdiffstats
path: root/drv_generic_graphic.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_generic_graphic.c')
-rw-r--r--drv_generic_graphic.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/drv_generic_graphic.c b/drv_generic_graphic.c
index b118bef..cfc82a8 100644
--- a/drv_generic_graphic.c
+++ b/drv_generic_graphic.c
@@ -23,6 +23,10 @@
*
*
* $Log: drv_generic_graphic.c,v $
+ * Revision 1.13 2005/01/09 10:53:24 reinelt
+ * small type in plugin_uname fixed
+ * new homepage lcd4linux.bulix.org
+ *
* Revision 1.12 2004/06/26 12:04:59 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
@@ -229,10 +233,8 @@ int drv_generic_graphic_greet (const char *msg1, const char *msg2)
"L4Linux",
NULL };
- char *line2[] = { "http://lcd4linux.sourceforge.net",
- "lcd4linux.sourceforge.net",
- "http://lcd4linux.sf.net",
- "lcd4linux.sf.net",
+ char *line2[] = { "http://lcd4linux.bulix.org",
+ "lcd4linux.bulix.org",
NULL };
int i;