Revision 14505

View differences:

trunk/extensions/extRemoteSensing/src/org/gvsig/remotesensing/classification/gui/ClassificationPanel.java
510 510
			comboMethods= new JComboBox();
511 511
			String[] sNames = new String[nMethods];
512 512
			sNames[0]= new String(PluginServices.getText(this, "metodo_maxima_probabilidad"));
513
			sNames[1]= new String(PluginServices.getText(this, "metofo_minima_diatancia"));
513
			sNames[1]= new String(PluginServices.getText(this, "metodo_minima_diatancia"));
514 514
			ComboBoxModel jComboBoxLayersModel = new  DefaultComboBoxModel(sNames);
515 515
			comboMethods.setModel(jComboBoxLayersModel);
516 516
			comboMethods.setEnabled(true);

Also available in: Unified diff