Get that revision number showing in the about box, and remove a

debugging printf.  At least I assume it's for debugging...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13962 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexander G.M. Smith 2005-08-14 21:21:31 +00:00
parent 2a7b6c25c8
commit c55a1c5efa

View File

@ -245,7 +245,7 @@ TMailApp::AboutRequested()
(new BAlert("",
"BeMail\nBy Robert Polic\n\n"
"Enhanced by Axel Dörfler and the Dr. Zoidberg crew\n\n"
"Mail.cpp $Revision: 1.5 $\n"
"Mail.cpp $Revision$\n"
"Compiled on " __DATE__ " at " __TIME__ ".",
"Close"))->Go();
}
@ -787,7 +787,6 @@ TMailApp::CheckForSpamFilterExistence()
addonNameIndex++) {
printf("%s\n", addonNamePntr);
if (strstr (addonNamePntr, "Spam Filter") != NULL) {
printf("Found it\n");
gShowSpamGUI = true; // Found it!
return;
}