Revision: 4513
          http://sourceforge.net/p/jump-pilot/code/4513
Author:   ma15569
Date:     2015-06-25 09:47:25 +0000 (Thu, 25 Jun 2015)
Log Message:
-----------
Add string to MenuNames.class fro the new Context submenu ("Other tools")

Modified Paths:
--------------
    core/trunk/scripts/default-plugins.xml
    core/trunk/src/com/vividsolutions/jump/workbench/ui/MenuNames.java

Modified: core/trunk/scripts/default-plugins.xml
===================================================================
--- core/trunk/scripts/default-plugins.xml      2015-06-25 09:20:14 UTC (rev 
4512)
+++ core/trunk/scripts/default-plugins.xml      2015-06-25 09:47:25 UTC (rev 
4513)
@@ -1531,44 +1531,44 @@
        <plug-in>
                org.openjump.core.ui.plugin.edit.ReplicateSelectedItemsPlugIn
                <menus>
-                       <layerview-popup menupath="MenuNames.TOOLS.OTHERS" 
install="true" />
+                       <layerview-popup menupath="MenuNames.TOOLS_OTHERS" 
install="true" />
                </menus>
        </plug-in>
         <plug-in>
                org.openjump.core.ui.plugin.mousemenu.RotatePlugIn
                <menus>
-                       <layerview-popup menupath="MenuNames.TOOLS.OTHERS" 
install="true" />
+                       <layerview-popup menupath="MenuNames.TOOLS_OTHERS" 
install="true" />
                </menus>
        </plug-in>
        <plug-in>
                org.openjump.core.ui.plugin.mousemenu.MeasureSelectedPlugIn
                <menus>
-                       <layerview-popup menupath="MenuNames.TOOLS.OTHERS" 
install="true" />
+                       <layerview-popup menupath="MenuNames.TOOLS_OTHERS" 
install="true" />
                </menus>
        </plug-in>
        <plug-in>
                org.openjump.core.ui.plugin.mousemenu.MoveAlongAnglePlugIn
                <menus>
-                       <layerview-popup menupath="MenuNames.TOOLS.OTHERS" 
install="true" />
+                       <layerview-popup menupath="MenuNames.TOOLS_OTHERS" 
install="true" />
                </menus>
        </plug-in>
        <plug-in>
                org.openjump.core.ui.plugin.mousemenu.EditSelectedSidePlugIn
                <menus>
-                       <layerview-popup menupath="MenuNames.TOOLS.OTHERS" 
install="true" />
+                       <layerview-popup menupath="MenuNames.TOOLS_OTHERS" 
install="true" />
                </menus>
        </plug-in>
        <plug-in>
                
com.vividsolutions.jump.workbench.ui.plugin.clipboard.CopyThisCoordinatePlugIn
                <menus>
-                       <layerview-popup menupath="MenuNames.TOOLS.OTHERS" 
install="true" />
+                       <layerview-popup menupath="MenuNames.TOOLS_OTHERS" 
install="true" />
                </menus>
        </plug-in>
        <plug-in>
                
com.vividsolutions.jump.workbench.ui.plugin.VerticesInFencePlugIn
                <menus>
 
-                       <layerview-popup menupath="MenuNames.TOOLS.OTHERS" 
install="true" />
+                       <layerview-popup menupath="MenuNames.TOOLS_OTHERS" 
install="true" />
                </menus>
        </plug-in>
        

Modified: core/trunk/src/com/vividsolutions/jump/workbench/ui/MenuNames.java
===================================================================
--- core/trunk/src/com/vividsolutions/jump/workbench/ui/MenuNames.java  
2015-06-25 09:20:14 UTC (rev 4512)
+++ core/trunk/src/com/vividsolutions/jump/workbench/ui/MenuNames.java  
2015-06-25 09:47:25 UTC (rev 4513)
@@ -56,6 +56,8 @@
     public static final String TOOLS_JOIN = 
I18N.get("ui.MenuNames.TOOLS.JOIN");
     public static final String TOOLS_QA = I18N.get("ui.MenuNames.TOOLS.QA");
     public static final String TOOLS_WARP = 
I18N.get("ui.MenuNames.TOOLS.WARP");
+    public static final String TOOLS_OTHERS = I18N
+            .get("ui.MenuNames.TOOLS.OTHERS");
     //public static final String TOOLS_PROGRAMMING 
=I18N.get("ui.MenuNames.TOOLS.PROGRAMMING");
     public static final String TOOLS_QUERIES 
=I18N.get("org.openjump.core.ui.plugin.queries.SimpleQuery.menu");
     public static final String TOOLS_OTHERS 
=I18N.get("ui.MenuNames.TOOLS.OTHERS");


------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to