Changeset e132a2d


Ignore:
Timestamp:
Mar 4, 2007, 11:22:03 PM (17 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
2058d7a
Parents:
d47d5fc
git-author:
Nelson Elhage <nelhage@mit.edu> (03/04/07 23:15:39)
git-committer:
Nelson Elhage <nelhage@mit.edu> (03/04/07 23:22:03)
Message:
Updating the banner text on the splash message
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    r39dc159 re132a2d  
    334334  strcat(startupmsg, buff);
    335335  strcat(startupmsg, "                                                                       \n");
    336   strcat(startupmsg, "This is an UNOFFICIAL DEVELOPMENT BUILD of owl. If you are using this  \n");
    337   strcat(startupmsg, "build regularly, please add yourself to dirty-owl-hackers@mit.edu      \n");
     336  strcat(startupmsg, "This is a development build of barnowl. If you are using this  \n");
     337  strcat(startupmsg, "build regularly, please add yourself to barnowl-users@mit.edu      \n");
    338338  strcat(startupmsg, "                                                                 ^ ^   \n");
    339   strcat(startupmsg, "Any bugs should be reported to dirty-owl-hackers@mit.edu         OvO   \n");
    340   strcat(startupmsg, "Do not seek help with this build from bug-owl or ktools.        (   )  \n");
     339  strcat(startupmsg, "                                                                 OvO   \n");
     340  strcat(startupmsg, "Pleae report any bugs to dirty-owl-hackers@mit.edu              (   )  \n");
    341341  strcat(startupmsg, "-----------------------------------------------------------------m-m---\n");
    342342  owl_function_adminmsg("", startupmsg);
Note: See TracChangeset for help on using the changeset viewer.