Revision 2422 org.gvsig.raster.wms/branches/org.gvsig.raster.wms_dataaccess_refactoring/org.gvsig.raster.wms.app.wmsclient/src/main/java/org/gvsig/raster/wms/app/wmsclient/WMSClientExtension.java

View differences:

WMSClientExtension.java
46 46
		ExtensionPoint exPoint = ToolsLocator.getExtensionPointManager().add(
47 47
				"View_TocActions");
48 48

  
49
		exPoint.append("FSymbolChangeColor", "", new WMSPropsTocMenuEntry());
49
		exPoint.append("WMSProperties", "", new WMSPropsTocMenuEntry());
50 50

  
51 51
        // Adds a new tab to the "add layer" wizard for WMS layer creation
52 52
    	AddLayer.addWizard(WMSWizard.class);
......
57 57
    	DynObjectSetWMSInfo.registerDynClass();
58 58
    }
59 59
    
60
	/*
61
	 * (non-Javadoc)
62
	 * @see org.gvsig.andami.plugins.Extension#postInitialize()
63
	 */
64 60
	public void postInitialize() {
65 61
		FLyrWMS.registerPersistent();
66 62
	}
......
79 75
        return false;
80 76
    }
81 77

  
82

  
83 78
    void initilizeIcons(){
84 79
		IconThemeHelper.registerIcon(null, "aplication-preferences-uparrow", this);
85 80
		IconThemeHelper.registerIcon(null, "aplication-preferences-downarrow", this);

Also available in: Unified diff