Revision: 5701
          http://sourceforge.net/p/jump-pilot/code/5701
Author:   ma15569
Date:     2018-01-31 06:01:19 +0000 (Wed, 31 Jan 2018)
Log Message:
-----------
removed typo

Modified Paths:
--------------
    
core/trunk/src/org/openjump/core/ui/plugin/raster/RasterImageLayerPropertiesPlugIn.java

Modified: 
core/trunk/src/org/openjump/core/ui/plugin/raster/RasterImageLayerPropertiesPlugIn.java
===================================================================
--- 
core/trunk/src/org/openjump/core/ui/plugin/raster/RasterImageLayerPropertiesPlugIn.java
     2018-01-30 17:28:17 UTC (rev 5700)
+++ 
core/trunk/src/org/openjump/core/ui/plugin/raster/RasterImageLayerPropertiesPlugIn.java
     2018-01-31 06:01:19 UTC (rev 5701)
@@ -290,7 +290,7 @@
         info += property(RASTER_COLORDEPTH, raster_colordepth, bgColor0);
         info += property(RASTER_BANDS, raster_bands, bgColor1);
         if (rLayer.getNumBands() == 1) {
-            info += property(RASTER_NODATA + " Pap", raster_nodata, bgColor0);
+            info += property(RASTER_NODATA, raster_nodata, bgColor0);
         }
         for (int b = 0; b < numBands; b++) {
             int numerobanda = b + 1;


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to