Revision 44172 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.i18n.app/org.gvsig.i18n.app.mainplugin/src/main/java/org/gvsig/i18n/extension/I18nExtension.java

View differences:

I18nExtension.java
61 61
        // Register the about panel
62 62
		ApplicationManager application = ApplicationLocator.getManager();
63 63
		
64
		AboutManager about = application.getAbout();
65

  
66
		about.addDeveloper(
67
				"DISID",
68
				this.getClass().getClassLoader().getResource("about/disid.html"),
69
				1
70
		);
71
		
72
		AboutParticipant participant = about.getDeveloper("DISID");
73
		participant.addContribution(
74
			"I18nExtension",
75
			"gvSIG translations management extension", 
76
			2009,1,1, 
77
			2009,12,31
78
		);   	
64
//		AboutManager about = application.getAbout();
65
//
66
//		about.addDeveloper(
67
//				"DISID",
68
//				this.getClass().getClassLoader().getResource("about/disid.html"),
69
//				1
70
//		);
71
//		
72
//		AboutParticipant participant = about.getDeveloper("DISID");
73
//		participant.addContribution(
74
//			"I18nExtension",
75
//			"gvSIG translations management extension", 
76
//			2009,1,1, 
77
//			2009,12,31
78
//		);   	
79 79
    }
80 80

  
81 81
    public boolean isEnabled() {

Also available in: Unified diff