[533] in BarnOwl Developers
[D-O-H] r652 - in trunk: . owl
daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:07:10 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Sun, 4 Mar 2007 23:22:03 -0500 (EST)
Author: nelhage
Date: 2007-03-04 23:22:03 -0500 (Sun, 04 Mar 2007)
New Revision: 652
Modified:
trunk/
trunk/owl/owl.c
Log:
r19334@phanatique: nelhage | 2007-03-04 23:15:39 -0500
Updating the banner text on the splash message
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- bb873fd7-8e23-0410-944a-99ec44c633eb:/branches/owl/filter-rewrite:15925
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h/trunk:19333
+ bb873fd7-8e23-0410-944a-99ec44c633eb:/branches/owl/filter-rewrite:15925
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h/trunk:19334
Modified: trunk/owl/owl.c
===================================================================
--- trunk/owl/owl.c 2007-03-05 04:21:56 UTC (rev 651)
+++ trunk/owl/owl.c 2007-03-05 04:22:03 UTC (rev 652)
@@ -333,11 +333,11 @@
sprintf(buff, "Welcome to barnowl version %s. Press 'h' for on-line help. \n", OWL_VERSION_STRING);
strcat(startupmsg, buff);
strcat(startupmsg, " \n");
- strcat(startupmsg, "This is an UNOFFICIAL DEVELOPMENT BUILD of owl. If you are using this \n");
- strcat(startupmsg, "build regularly, please add yourself to dirty-owl-hackers@mit.edu \n");
+ strcat(startupmsg, "This is a development build of barnowl. If you are using this \n");
+ strcat(startupmsg, "build regularly, please add yourself to barnowl-users@mit.edu \n");
strcat(startupmsg, " ^ ^ \n");
- strcat(startupmsg, "Any bugs should be reported to dirty-owl-hackers@mit.edu OvO \n");
- strcat(startupmsg, "Do not seek help with this build from bug-owl or ktools. ( ) \n");
+ strcat(startupmsg, " OvO \n");
+ strcat(startupmsg, "Pleae report any bugs to dirty-owl-hackers@mit.edu ( ) \n");
strcat(startupmsg, "-----------------------------------------------------------------m-m---\n");
owl_function_adminmsg("", startupmsg);
sepbar(NULL);