From c55a1c5efa7a9e704af84029457b6a449352b452 Mon Sep 17 00:00:00 2001 From: "Alexander G.M. Smith" Date: Sun, 14 Aug 2005 21:21:31 +0000 Subject: [PATCH] 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 --- src/apps/bemail/Mail.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/apps/bemail/Mail.cpp b/src/apps/bemail/Mail.cpp index d7b7ac12b4..c305074b9d 100644 --- a/src/apps/bemail/Mail.cpp +++ b/src/apps/bemail/Mail.cpp @@ -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; }