* 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:
Axel Dörfler 2010-05-07 09:04:57 +00:00
parent 709b35256a
commit 95ddf069fb

View File

@ -307,7 +307,7 @@ Account::CreateInbound()
// New Mail Notification // New Mail Notification
path = addOnPath; path = addOnPath;
path.Append(kSystemFilterAddOnPath); path.Append(kSystemFilterAddOnPath);
path.Append(B_TRANSLATE("New mail notification")); path.Append("New mail notification");
if (!BEntry(path.Path()).Exists()) { if (!BEntry(path.Path()).Exists()) {
find_directory(B_BEOS_ADDONS_DIRECTORY, &path); find_directory(B_BEOS_ADDONS_DIRECTORY, &path);
path.Append(kSystemFilterAddOnPath); path.Append(kSystemFilterAddOnPath);