Revision 12053 branches/v10/extensions/extAnnotations/src/com/iver/cit/gvsig/Annotation_Extension.java

View differences:

Annotation_Extension.java
95 95
		AddLayer.addWizard(Annotation_Open.class);
96 96
	}
97 97

  
98
	public void postInitialize() {
99
		// TODO Auto-generated method stub
100
		super.postInitialize();
101
		About about = (About) PluginServices.getExtension(About.class);
102
		FPanelAbout panelAbout = about.getAboutPanel();
103
		java.net.URL aboutURL = this.getClass().getResource("/about.htm");
104
		panelAbout.addAboutUrl(PluginServices.getText(this, "annotations"),
105
				aboutURL);
106 98

  
107
	}
108

  
109 99
	/**
110 100
	 * @see com.iver.andami.plugins.IExtension#execute(java.lang.String)
111 101
	 */

Also available in: Unified diff