aboutsummaryrefslogtreecommitdiffstats
path: root/drv_generic_graphic.c
diff options
context:
space:
mode:
authorreinelt <>2005-01-09 10:53:24 +0000
committerreinelt <>2005-01-09 10:53:24 +0000
commitb4a3499694a7ea765bbb29df67ea9c4d37226b95 (patch)
tree930629e6b2f5c9e00f8deaf64629a3d29a6ebd12 /drv_generic_graphic.c
parent85b969a8a7fd45806c9ed5eafdcaebd64cafeb08 (diff)
downloadlcd4linux-b4a3499694a7ea765bbb29df67ea9c4d37226b95.tar.gz
[lcd4linux @ 2005-01-09 10:53:22 by reinelt]
small type in plugin_uname fixed new homepage lcd4linux.bulix.org
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;