Revision: 5890
          http://sourceforge.net/p/jump-pilot/code/5890
Author:   ma15569
Date:     2018-06-22 05:39:45 +0000 (Fri, 22 Jun 2018)
Log Message:
-----------
Removed the icon that doesn't exist

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

Modified: core/trunk/src/org/openjump/core/ui/plugin/raster/ProfileUtils.java
===================================================================
--- core/trunk/src/org/openjump/core/ui/plugin/raster/ProfileUtils.java 
2018-06-21 20:31:48 UTC (rev 5889)
+++ core/trunk/src/org/openjump/core/ui/plugin/raster/ProfileUtils.java 
2018-06-22 05:39:45 UTC (rev 5890)
@@ -456,7 +456,7 @@
         });
         // To do: giving a downslope/upslope/flat speed, it calculates the
         // travel time along the profile
-        final JButton timeBtn = new 
JButton(IconLoader.icon("fugue/clock.png"));
+        final JButton timeBtn = new JButton(TIMES);
         timeBtn.setToolTipText(TIMES);
         timeBtn.addActionListener(new ActionListener() {
             @Override


------------------------------------------------------------------------------
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