Revision: 4339
          http://sourceforge.net/p/jump-pilot/code/4339
Author:   ma15569
Date:     2015-03-15 21:22:03 +0000 (Sun, 15 Mar 2015)
Log Message:
-----------
Corret minor bug 

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

Modified: 
core/trunk/src/org/openjump/core/ui/plugin/raster/RasterQueryCursorTool.java
===================================================================
--- 
core/trunk/src/org/openjump/core/ui/plugin/raster/RasterQueryCursorTool.java    
    2015-03-15 15:04:21 UTC (rev 4338)
+++ 
core/trunk/src/org/openjump/core/ui/plugin/raster/RasterQueryCursorTool.java    
    2015-03-15 21:22:03 UTC (rev 4339)
@@ -315,7 +315,7 @@
             // TODO Auto-generated catch block
             e.printStackTrace();
         }
-        name = rLayer.getName();
+        name = aLayer.getName();
 
         // gContext.getWorkbenchContext()
         // .getLayerViewPanel()


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to