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:
@@ -245,7 +245,7 @@ TMailApp::AboutRequested()
|
|||||||
(new BAlert("",
|
(new BAlert("",
|
||||||
"BeMail\nBy Robert Polic\n\n"
|
"BeMail\nBy Robert Polic\n\n"
|
||||||
"Enhanced by Axel Dörfler and the Dr. Zoidberg crew\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__ ".",
|
"Compiled on " __DATE__ " at " __TIME__ ".",
|
||||||
"Close"))->Go();
|
"Close"))->Go();
|
||||||
}
|
}
|
||||||
@@ -787,7 +787,6 @@ TMailApp::CheckForSpamFilterExistence()
|
|||||||
addonNameIndex++) {
|
addonNameIndex++) {
|
||||||
printf("%s\n", addonNamePntr);
|
printf("%s\n", addonNamePntr);
|
||||||
if (strstr (addonNamePntr, "Spam Filter") != NULL) {
|
if (strstr (addonNamePntr, "Spam Filter") != NULL) {
|
||||||
printf("Found it\n");
|
|
||||||
gShowSpamGUI = true; // Found it!
|
gShowSpamGUI = true; // Found it!
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user