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

View differences:

About.java
94 94
                System.getProperty("java.version"));
95 95

  
96 96
        about.addSponsor(
97
                "CITMA GVA", //"Conselleria d'infraestructures i transport de la Generalitat Valenciana",
98
                getResource("about/gva-cit.html"),
99
                1
97
                "Generalitat Valenciana",
98
                getResource("about/gva/gva.html"),
99
                1,
100
                getResource("about/gva/logo-gva-16x16-red.png")
100 101
        );
102
        about.addSponsor(
103
                "European Union", 
104
                getResource("about/eu/eu.html"),
105
                2,
106
                getResource("about/eu/logo-eu-16x16.png")
107
        );
108

  
109

  
110

  
101 111
        about.addDeveloper(
102
                "PRODEVELOP",
103
                getResource("about/prodevelop.html"),
104
                2
112
                "gvSIG association",
113
                getResource("about/gvsigassociation.html"),
114
                1
105 115
        );
106 116

  
107 117
        about.addDeveloper(
108 118
                "Software Colaborativo",
109
                getResource("about/scolab.html"),
110
                3
119
                getResource("about/scolab/scolab.html"),
120
                2
111 121
        );
112 122

  
113
        about.addDeveloper(
114
                "DISID",
115
                getResource("about/disid.html"),
116
                4
117
        );
123
//        about.addDeveloper(
124
//                "DISID",
125
//                getResource("about/disid/disid.html"),
126
//                3
127
//        );
128
//        about.addDeveloper(
129
//                "PRODEVELOP",
130
//                getResource("about/prodevelop/prodevelop.html"),
131
//                4
132
//        );
133

  
118 134
    }
119 135

  
120 136
    public void execute(String actionCommand) {

Also available in: Unified diff