Changeset a16d7e5 for functions.c
- Timestamp:
- Jul 9, 2011, 3:59:13 PM (13 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- 7feba19, 2367f1c, c76a12a
- Parents:
- 7756dde
- git-author:
- Jason Gross <jgross@mit.edu> (07/08/11 04:15:08)
- git-committer:
- Jason Gross <jgross@mit.edu> (07/09/11 15:59:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
rca749a9 ra16d7e5 144 144 "\n" 145 145 " * Redistributions in any form must be accompanied by information on\n" 146 " how to obtain complete source code for the Owl software and any\n"147 " accompanying software that uses the Owl software. The source code\n"146 " how to obtain complete source code for the BarnOwl software and any\n" 147 " accompanying software that uses the BarnOwl software. The source code\n" 148 148 " must either be included in the distribution or be available for no\n" 149 149 " more than the cost of distribution plus a nominal fee, and must be\n" … … 972 972 } 973 973 974 owl_function_debugmsg("Quitting Owl");974 owl_function_debugmsg("Quitting BarnOwl"); 975 975 owl_select_quit_loop(); 976 976 } … … 1439 1439 } 1440 1440 1441 owl_fmtext_append_bold(&fm, "\n Owl Message Attributes:\n");1441 owl_fmtext_append_bold(&fm, "\nBarnOwl Message Attributes:\n"); 1442 1442 owl_message_attributes_tofmtext(m, &attrfm); 1443 1443 owl_fmtext_append_fmtext(&fm, &attrfm);
Note: See TracChangeset
for help on using the changeset viewer.