Index: src/org/openstreetmap/josm/gui/GettingStarted.java
===================================================================
--- src/org/openstreetmap/josm/gui/GettingStarted.java	(revision 1189)
+++ src/org/openstreetmap/josm/gui/GettingStarted.java	(working copy)
@@ -42,7 +42,7 @@
     }
 
     private void assignContent() {
-        if (content.length() == 0) {
+        if (content.length() == 0 && Main.pref.getBoolean("help.displaymotd", true)) {
             String baseurl = Main.pref.get("help.baseurl", "http://josm.openstreetmap.de");
             WikiReader wr = new WikiReader(baseurl);
             String motdcontent = "";
