Index: src/org/openstreetmap/josm/actions/AboutAction.java
===================================================================
--- src/org/openstreetmap/josm/actions/AboutAction.java	(revision 998)
+++ src/org/openstreetmap/josm/actions/AboutAction.java	(working copy)
@@ -79,6 +79,9 @@
 		info.add(new JLabel(tr("Java OpenStreetMap Editor Version {0}",version)), GBC.eol().fill(GBC.HORIZONTAL));
 		info.add(new JLabel(tr("last change at {0}",time)), GBC.eol().fill(GBC.HORIZONTAL));
 		info.add(new JLabel(tr("Java Version {0}",System.getProperty("java.version"))), GBC.eol().fill(GBC.HORIZONTAL));
+		if (Main.withOSXIntegration) {
+			info.add(new JLabel(tr("OS X integration enabled")), GBC.eol().fill(GBC.HORIZONTAL));
+		}
 		info.add(GBC.glue(0,10), GBC.eol());
 		info.add(new JLabel(tr("Homepage")), GBC.std().insets(0,0,10,0));
 		info.add(new UrlLabel("http://josm.openstreetmap.de"), GBC.eol().fill(GBC.HORIZONTAL));
