aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberNewAccountDialog.java
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2010-09-27 12:08:46 +0000
committerDamian Minkov <damencho@jitsi.org>2010-09-27 12:08:46 +0000
commitaad068098463aa87250b26fd34fc0033c6a4ad43 (patch)
tree4403a84c13a73d90cf57959a655ebc55f8235d43 /src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberNewAccountDialog.java
parent15a6931b94247b66f909971901947b2d0202ede1 (diff)
downloadjitsi-aad068098463aa87250b26fd34fc0033c6a4ad43.zip
jitsi-aad068098463aa87250b26fd34fc0033c6a4ad43.tar.gz
jitsi-aad068098463aa87250b26fd34fc0033c6a4ad43.tar.bz2
Add NAPTR support for sip accounts.
Fix SipAccountID.equals to take in account protocol and service, which fixes several gui problems with account config form, such as creating new account with username already existing not shown, deleting account makes all existing accounts with same username disappear, updating status of disabled accounts. Disable accounts now can be deleted. Use word picture for "My Recent Avatars". Fix not to send sip PUBLISH messages when we are in connection failed.
Diffstat (limited to 'src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberNewAccountDialog.java')
-rw-r--r--src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberNewAccountDialog.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberNewAccountDialog.java b/src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberNewAccountDialog.java
index 08298ac..79708f5 100644
--- a/src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberNewAccountDialog.java
+++ b/src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberNewAccountDialog.java
@@ -66,7 +66,7 @@ public class JabberNewAccountDialog
"plugin.jabberaccregwizz.PASSWORD_CONFIRM"));
private JLabel portLabel
- = new JLabel(Resources.getString("plugin.jabberaccregwizz.PORT"));
+ = new JLabel(Resources.getString("service.gui.PORT"));
private JLabel westIconLabel = new JLabel();