Enable word wrapping with preference key editor.wrap.words (false by default)
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.wiki / src / net / sourceforge / phpeclipse / wiki / editor / WikiEditorPlugin.java
index 558759e..67f3451 100644 (file)
@@ -385,7 +385,7 @@ public class WikiEditorPlugin extends AbstractUIPlugin {
           store.setDefault(key, "false");
         }
       } catch (Exception e) {
-        store.setDefault(key, "true");
+        store.setDefault(key, "false");
       }
 
       key = HTTP_TIMEOUT;