- Timestamp:
- Mar 28, 2007, 10:54:33 PM (17 years ago)
- 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:
- 7f33c18
- Parents:
- af9b92e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.c
r72c210f rc2c5c77 331 331 owl_function_debugmsg("startup: creating splash message"); 332 332 strcpy(startupmsg, "-----------------------------------------------------------------------\n"); 333 sprintf(buff, "Welcome to barnowl version %s. Press 'h' for on-line help. \n", OWL_VERSION_STRING);333 sprintf(buff, "Welcome to barnowl version %s. Press 'h' for on-line help. \n", OWL_VERSION_STRING); 334 334 strcat(startupmsg, buff); 335 335 strcat(startupmsg, " \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");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"); 338 338 strcat(startupmsg, " ^ ^ \n"); 339 339 strcat(startupmsg, " OvO \n");
Note: See TracChangeset
for help on using the changeset viewer.