Revision 5022

View differences:

trunk/extensions/extWMS/src/com/iver/cit/gvsig/wms/WMSClientExtension.java
61 61
 */
62 62
public class WMSClientExtension extends Extension {
63 63

  
64
    public void inicializar() {
64
    public void initialize() {
65 65
    	// Adds an entry to the TOC's floating menu to those layers defined in this extension
66 66
        FPopupMenu.addEntry(new WMSPropsTocMenuEntry());
67 67
        
......
90 90
        return false;
91 91
    }
92 92

  
93
	public void initialize() {
94
		// TODO Auto-generated method stub
95
		
96
	}
97 93
}

Also available in: Unified diff