Revision 639 org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.algorithm/org.gvsig.geoprocess.algorithm.merge/src/main/java/org/gvsig/geoprocess/algorithm/merge/MergeParametersPanel.java

View differences:

MergeParametersPanel.java
139 139
				gbc.weightx = 1;
140 140
				gbc.gridx = 0;
141 141
				gbc.gridy = 0;
142
				outputPanel.add(new JLabel(" " + label + " [Polygon]               "), gbc);
142
				outputPanel.add(new JLabel(" " + label + " [" + 
143
						GeoProcessLocator.getGeoProcessManager().getTranslation("Polygon") + "]               "), gbc);
143 144
				
144 145
				gbc.gridx = 0;
145 146
				gbc.gridy = 1;
146
				outputPanel.add(new JLabel(" " + label + " [Line]               "), gbc);
147
				outputPanel.add(new JLabel(" " + label + " [" +
148
						GeoProcessLocator.getGeoProcessManager().getTranslation("Line") + "]               "), gbc);
147 149
				
148 150
				gbc.gridx = 0;
149 151
				gbc.gridy = 2;
150
				outputPanel.add(new JLabel(" " + label + " [Point]               "), gbc);
152
				outputPanel.add(new JLabel(" " + label + " [" +
153
						GeoProcessLocator.getGeoProcessManager().getTranslation("Point") + "]               "), gbc);
151 154
				
152 155
				gbc.fill = GridBagConstraints.HORIZONTAL;
153 156
				gbc.weightx = 1;

Also available in: Unified diff