From cf9f1785380065c1be4f0b5e0e299fd54b2ba91b Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Mon, 13 Sep 2010 13:37:01 +0000 Subject: [PATCH] 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 --- src/apps/mail/MailApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/mail/MailApp.cpp b/src/apps/mail/MailApp.cpp index ea07108ceb..f2bb10d229 100644 --- a/src/apps/mail/MailApp.cpp +++ b/src/apps/mail/MailApp.cpp @@ -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);