Patch by diver: Localize the default Mail window title. Closes ticket #6447.

Thanks.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38631 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2010-09-13 13:37:01 +00:00
parent 865b06a85b
commit cf9f178538

View File

@ -1122,7 +1122,7 @@ TMailApp::NewWindow(const entry_ref* ref, const char* to, bool resend,
}
}
if (title == "")
title = "Mail";
title = B_TRANSLATE("Mail");
TMailWindow* window = new TMailWindow(r, title.String(), this, ref, to,
&fContentFont, resend, trackerMessenger);