Ticket #7303: CharacterWindow.cpp.patch

File CharacterWindow.cpp.patch, 520 bytes (added by taos, 13 years ago)

Removes localization string.

  • haiku/trunk/src/apps/charactermap/CharacterWindow.cpp

     
    429429    if (find_directory(B_USER_SETTINGS_DIRECTORY, &path) != B_OK)
    430430        return B_ERROR;
    431431
    432     path.Append(B_TRANSLATE("CharacterMap settings"));
     432    path.Append("CharacterMap settings");
    433433
    434434    return file.SetTo(path.Path(), mode);
    435435}