Revision: 4766 http://sourceforge.net/p/jump-pilot/code/4766 Author: edso Date: 2016-01-10 18:05:28 +0000 (Sun, 10 Jan 2016) Log Message: ----------- fix double i18n.get()
Modified Paths: -------------- core/trunk/src/org/openjump/core/ui/plugin/layer/pirolraster/ChangeRasterImagePropertiesPlugIn.java Modified: core/trunk/src/org/openjump/core/ui/plugin/layer/pirolraster/ChangeRasterImagePropertiesPlugIn.java =================================================================== --- core/trunk/src/org/openjump/core/ui/plugin/layer/pirolraster/ChangeRasterImagePropertiesPlugIn.java 2016-01-10 18:03:11 UTC (rev 4765) +++ core/trunk/src/org/openjump/core/ui/plugin/layer/pirolraster/ChangeRasterImagePropertiesPlugIn.java 2016-01-10 18:05:28 UTC (rev 4766) @@ -198,11 +198,9 @@ } public String getName() { - return I18N.get(I18N.get("ui.style.ChangeStylesPlugIn.change-styles")); + return I18N.get("ui.style.ChangeStylesPlugIn.change-styles"); + } - // "org.openjump.core.ui.plugin.layer.pirolraster.ChangeRasterImagePropertiesPlugIn.Change-Raster-Image-Properties"); - } - public ImageIcon getIcon() { return GUIUtil.toSmallIcon(IconLoader.icon("Palette.png")); } ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel