* Fixed the last translated add-on path that was overlooked in the previous
fix, thanks to Jorma Karvonen for reporting! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36708 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
709b35256a
commit
95ddf069fb
@ -307,7 +307,7 @@ Account::CreateInbound()
|
||||
// New Mail Notification
|
||||
path = addOnPath;
|
||||
path.Append(kSystemFilterAddOnPath);
|
||||
path.Append(B_TRANSLATE("New mail notification"));
|
||||
path.Append("New mail notification");
|
||||
if (!BEntry(path.Path()).Exists()) {
|
||||
find_directory(B_BEOS_ADDONS_DIRECTORY, &path);
|
||||
path.Append(kSystemFilterAddOnPath);
|
||||
|
Loading…
Reference in New Issue
Block a user