Ticket #7275: filetypes-about-update.4.patch

File filetypes-about-update.4.patch, 601 bytes (added by Karvjorm, 13 years ago)

About box update for the FileTypes preferences

  • src/preferences/filetypes/FileTypes.cpp

     
    424424    aboutText << "\n";
    425425    aboutText << B_TRANSLATE("\twritten by Axel Dörfler\n"
    426426        "\tCopyright 2006-2007, Haiku.\n");
    427     BAlert* alert = new BAlert("about", aboutText.String(), B_TRANSLATE("OK"));
     427    BAlert* alert = new BAlert(B_TRANSLATE("About"), aboutText.String(),
     428        B_TRANSLATE("OK"));
    428429    BTextView* view = alert->TextView();
    429430    BFont font;
    430431