Index: openstreetmap/josm/gui/DefaultNameFormatter.java
===================================================================
--- openstreetmap/josm/gui/DefaultNameFormatter.java	(revision 3992)
+++ openstreetmap/josm/gui/DefaultNameFormatter.java	(working copy)
@@ -49,8 +49,8 @@
     }
 
     /** the default list of tags which are used as naming tags in relations */
-    static public final String[] DEFAULT_NAMING_TAGS_FOR_RELATIONS = {"name", "ref", "restriction", "landuse", "natural",
-    "public_transport", ":LocationCode", "note"};
+    static public final String[] DEFAULT_NAMING_TAGS_FOR_RELATIONS = {"name", "place_name", "ref", "restriction",
+    "landuse", "natural", "public_transport", ":LocationCode", "note"};
 
     /** the current list of tags used as naming tags in relations */
     static private List<String> namingTagsForRelations =  null;
