Ticket #6467: MailApp.diff

File MailApp.diff, 488 bytes (added by diver, 14 years ago)
  • src/apps/mail/MailApp.cpp

     
    11221122               }
    11231123       }
    11241124       if (title == "")
    1125                title = "Mail";
     1125               title = B_TRANSLATE("Mail");
    11261126
    11271127       TMailWindow* window = new TMailWindow(r, title.String(), this, ref, to,
    11281128               &fContentFont, resend, trackerMessenger);