[haiku-commits] r40737 - haiku/trunk/src/apps/charactermap

  • From: humdingerb@xxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 28 Feb 2011 18:26:33 +0100 (CET)

Author: humdinger
Date: 2011-02-28 18:26:33 +0100 (Mon, 28 Feb 2011)
New Revision: 40737
Changeset: http://dev.haiku-os.org/changeset/40737
Ticket: http://dev.haiku-os.org/ticket/7303

Modified:
   haiku/trunk/src/apps/charactermap/CharacterWindow.cpp
Log:
Patch by taos to un-localize CharacterMap's settings. Thanks. Fixes #7303.

Modified: haiku/trunk/src/apps/charactermap/CharacterWindow.cpp
===================================================================
--- haiku/trunk/src/apps/charactermap/CharacterWindow.cpp       2011-02-28 
08:27:23 UTC (rev 40736)
+++ haiku/trunk/src/apps/charactermap/CharacterWindow.cpp       2011-02-28 
17:26:33 UTC (rev 40737)
@@ -429,7 +429,7 @@
        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);
 }


Other related posts: