Revision 29256 trunk/extensions/extGraph/src/org/gvsig/AboutGraphExtension.java

View differences:

AboutGraphExtension.java
23 23
		FPanelAbout panelAbout=about.getAboutPanel();
24 24
		java.net.URL aboutURL = this.getClass().getResource(
25 25
	        "/about.htm");
26
	        panelAbout.addAboutUrl(PluginServices.getText(this,"piloto_de_redes"),aboutURL);
26
	        panelAbout.addAboutUrl(PluginServices.getText(this,"redes"),aboutURL);
27 27
	}
28 28

  
29 29
	public void execute(String actionCommand) {

Also available in: Unified diff