Revision: 5981
          http://sourceforge.net/p/jump-pilot/code/5981
Author:   ma15569
Date:     2018-10-28 16:50:12 +0000 (Sun, 28 Oct 2018)
Log Message:
-----------
Updated help text

Modified Paths:
--------------
    
plug-ins/CadPlan_JumpFillPattern/trunk/src/com/cadplan/jump/FillPatternPlugIn.java

Modified: 
plug-ins/CadPlan_JumpFillPattern/trunk/src/com/cadplan/jump/FillPatternPlugIn.java
===================================================================
--- 
plug-ins/CadPlan_JumpFillPattern/trunk/src/com/cadplan/jump/FillPatternPlugIn.java
  2018-10-28 16:34:59 UTC (rev 5980)
+++ 
plug-ins/CadPlan_JumpFillPattern/trunk/src/com/cadplan/jump/FillPatternPlugIn.java
  2018-10-28 16:50:12 UTC (rev 5981)
@@ -61,8 +61,10 @@
         final String newline = "\n";
 
         final String text = newline
-                + "JumpFillPattern allows users to create and use their own 
fill patterns. "
+                + "JumpFillPattern allows users to create and use their own 
file fill patterns"
                 + newline
+                + "Patterns must be located into OpenJUMP/lib/ext/FillPattern 
folder"
+                + newline
                 + "The plugin is loaded on launching OpenJump. New patterns 
appear in the OpenJump Change Styles dialog"
                 + newline
                 + newline
@@ -77,7 +79,7 @@
                 + newline
                 + "Each file contains just one pattern, with format: <Line 
width>:<Extent size of the tile>:<WKT Specification>"
                 + newline
-                + "Example: 1:12:LINESTRING(5 5, 5 -5, -5 -5, 5 5 "
+                + "Example: 1:12:LINESTRING(5 5, 5 -5, -5 -5, 5 5) "
                 + newline
                 + newline
                 + "Image Patterns"



_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to