diff --git a/src/main/java/de/geofroggerfx/ui/GeocachingIcons.java b/src/main/java/de/geofroggerfx/ui/GeocachingIcons.java index 315c543..768d40a 100644 --- a/src/main/java/de/geofroggerfx/ui/GeocachingIcons.java +++ b/src/main/java/de/geofroggerfx/ui/GeocachingIcons.java @@ -192,7 +192,7 @@ public class GeocachingIcons { public static GlyphIcons getIcon(Attribute attribute) { GlyphIcons iconName = attributeMap.get(attribute); if (iconName == null) { - iconName = FontAwesomeIcons.BLANK; + iconName = FontAwesomeIcons.SQUARE_ALT; } return iconName; }