OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Compare Revisions

Regard whitespace Rev 126 → Rev 125

/trunk/Modules/Module OVH/src/org/openconcerto/modules/customerrelationship/call/ovh/OvhPreferencePanel.java
4,8 → 4,6
import java.awt.GridBagLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.net.URI;
import java.net.URISyntaxException;
 
import javax.swing.JButton;
import javax.swing.JFrame;
39,11 → 37,7
c.fill = GridBagConstraints.NONE;
c.anchor = GridBagConstraints.WEST;
final JImage img = new JImage(OvhPreferencePanel.class.getResource("ovh.png"));
try {
img.setHyperLink(new URI("http://www.ovh.com/fr/telephonie/"));
} catch (URISyntaxException e2) {
e2.printStackTrace();
}
img.setHyperLink("http://www.ovh.com/fr/telephonie/");
this.add(img, c);
 
// Account
/trunk/Modules/Module OVH/.classpath
2,7 → 2,7
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry combineaccessrules="false" kind="src" path="/OpenConcerto"/>
<classpathentry combineaccessrules="false" kind="src" path="/OpenConcerto GoogleCode"/>
<classpathentry combineaccessrules="false" kind="src" path="/Module Axis SOAP"/>
<classpathentry kind="lib" path="lib/soap-ovh-1.24.jar"/>
<classpathentry kind="output" path="bin"/>