aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip
diff options
context:
space:
mode:
authorVincent Lucas <chenzo@jitsi.org>2008-05-28 15:16:44 +0000
committerVincent Lucas <chenzo@jitsi.org>2008-05-28 15:16:44 +0000
commitbd0589ddf97837b6ce96a895810ce7dec4dc6198 (patch)
tree7f3b200dc107067b4e67b95b6adf8685ff1b055f /src/net/java/sip
parent46de884cd8b37c1f0bf6b0a5b8cbaad2b8715195 (diff)
downloadjitsi-bd0589ddf97837b6ce96a895810ce7dec4dc6198.zip
jitsi-bd0589ddf97837b6ce96a895810ce7dec4dc6198.tar.gz
jitsi-bd0589ddf97837b6ce96a895810ce7dec4dc6198.tar.bz2
[2/2] Removing accent from Cedric Litzelmann, to be compatible with some non-UTF8 IDE.
Diffstat (limited to 'src/net/java/sip')
-rw-r--r--src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccRegWizzActivator.java2
-rw-r--r--src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccountRegistration.java2
-rw-r--r--src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccountRegistrationWizard.java2
-rw-r--r--src/net/java/sip/communicator/plugin/dictaccregwizz/DictAdapter.java2
-rw-r--r--src/net/java/sip/communicator/plugin/dictaccregwizz/FirstWizardPage.java2
-rw-r--r--src/net/java/sip/communicator/plugin/dictaccregwizz/Resources.java2
-rw-r--r--src/net/java/sip/communicator/plugin/dictaccregwizz/StrategyThread.java2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccRegWizzActivator.java b/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccRegWizzActivator.java
index 7972841..a41813d 100644
--- a/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccRegWizzActivator.java
+++ b/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccRegWizzActivator.java
@@ -19,7 +19,7 @@ import org.osgi.framework.*;
* Registers the <tt>DictAccountRegistrationWizard</tt> in the UI Service.
*
* @author ROTH Damien
- * @author LITZELMANN Cédric
+ * @author LITZELMANN Cedric
*/
public class DictAccRegWizzActivator implements BundleActivator
{
diff --git a/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccountRegistration.java b/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccountRegistration.java
index 88a8ac1..4be06eb 100644
--- a/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccountRegistration.java
+++ b/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccountRegistration.java
@@ -11,7 +11,7 @@ package net.java.sip.communicator.plugin.dictaccregwizz;
* through the <tt>DictAccountRegistrationWizard</tt>.
*
* @author ROTH Damien
- * @author LITZELMANN Cédric
+ * @author LITZELMANN Cedric
*/
public class DictAccountRegistration
{
diff --git a/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccountRegistrationWizard.java b/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccountRegistrationWizard.java
index 5eebae6..8d50810 100644
--- a/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccountRegistrationWizard.java
+++ b/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccountRegistrationWizard.java
@@ -19,7 +19,7 @@ import org.osgi.framework.*;
* the user to create and configure a new Dict account.
*
* @author ROTH Damien
- * @author LITZELMANN Cédric
+ * @author LITZELMANN Cedric
*/
public class DictAccountRegistrationWizard
implements AccountRegistrationWizard
diff --git a/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAdapter.java b/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAdapter.java
index e7329ab..9ffdb50 100644
--- a/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAdapter.java
+++ b/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAdapter.java
@@ -14,7 +14,7 @@ import net.java.sip.communicator.util.Logger;
/**
* Copy of DictAdapter class to solve the import problem
* @author ROTH Damien
- * @author LITZELMANN Cédric
+ * @author LITZELMANN Cedric
*/
public class DictAdapter
diff --git a/src/net/java/sip/communicator/plugin/dictaccregwizz/FirstWizardPage.java b/src/net/java/sip/communicator/plugin/dictaccregwizz/FirstWizardPage.java
index 821b5c4..0282f1d 100644
--- a/src/net/java/sip/communicator/plugin/dictaccregwizz/FirstWizardPage.java
+++ b/src/net/java/sip/communicator/plugin/dictaccregwizz/FirstWizardPage.java
@@ -21,7 +21,7 @@ import net.java.sip.communicator.util.*;
* port and the strategy of the account.
*
* @author ROTH Damien
- * @author LITZELMANN Cédric
+ * @author LITZELMANN Cedric
*/
public class FirstWizardPage
extends JPanel
diff --git a/src/net/java/sip/communicator/plugin/dictaccregwizz/Resources.java b/src/net/java/sip/communicator/plugin/dictaccregwizz/Resources.java
index c86ebd6..4266c2c 100644
--- a/src/net/java/sip/communicator/plugin/dictaccregwizz/Resources.java
+++ b/src/net/java/sip/communicator/plugin/dictaccregwizz/Resources.java
@@ -17,7 +17,7 @@ import net.java.sip.communicator.util.*;
* properties files and the image resources used in this plugin.
*
* @author ROTH Damien
- * @author LITZELMAN Cédric
+ * @author LITZELMAN Cedric
*/
public class Resources
{
diff --git a/src/net/java/sip/communicator/plugin/dictaccregwizz/StrategyThread.java b/src/net/java/sip/communicator/plugin/dictaccregwizz/StrategyThread.java
index 24754e9..8dab524 100644
--- a/src/net/java/sip/communicator/plugin/dictaccregwizz/StrategyThread.java
+++ b/src/net/java/sip/communicator/plugin/dictaccregwizz/StrategyThread.java
@@ -14,7 +14,7 @@ import net.java.sip.communicator.util.*;
* the strategies list.
*
* @author ROTH Damien
- * @author LITZELMANN Cédric
+ * @author LITZELMANN Cedric
*/
public class StrategyThread
extends Thread