Patch by taos to un-localize CharacterMap's settings. Thanks. Fixes #7303.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40737 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
78e0108c39
commit
3a0dfaf3f2
@ -429,7 +429,7 @@ CharacterWindow::_OpenSettings(BFile& file, uint32 mode)
|
||||
if (find_directory(B_USER_SETTINGS_DIRECTORY, &path) != B_OK)
|
||||
return B_ERROR;
|
||||
|
||||
path.Append(B_TRANSLATE("CharacterMap settings"));
|
||||
path.Append("CharacterMap settings");
|
||||
|
||||
return file.SetTo(path.Path(), mode);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user