[haiku-commits] r36708 - haiku/trunk/src/preferences/mail

  • From: axeld@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 7 May 2010 11:04:57 +0200 (CEST)

Author: axeld
Date: 2010-05-07 11:04:57 +0200 (Fri, 07 May 2010)
New Revision: 36708
Changeset: http://dev.haiku-os.org/changeset/36708/haiku

Modified:
   haiku/trunk/src/preferences/mail/Account.cpp
Log:
* Fixed the last translated add-on path that was overlooked in the previous
  fix, thanks to Jorma Karvonen for reporting!


Modified: haiku/trunk/src/preferences/mail/Account.cpp
===================================================================
--- haiku/trunk/src/preferences/mail/Account.cpp        2010-05-07 08:36:31 UTC 
(rev 36707)
+++ haiku/trunk/src/preferences/mail/Account.cpp        2010-05-07 09:04:57 UTC 
(rev 36708)
@@ -307,7 +307,7 @@
        // 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);


Other related posts:

  • » [haiku-commits] r36708 - haiku/trunk/src/preferences/mail - axeld