diff options
author | Yana Stamcheva <yana@jitsi.org> | 2012-02-22 11:14:47 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2012-02-22 11:14:47 +0000 |
commit | 209171b5325aa9a262ca5c2fa197e5133933badb (patch) | |
tree | 1138a93af1d0d4318c9ba45927ef14a84f3eb8a3 /resources/config/defaults.properties | |
parent | 054a8a24933a0f90b3e9a085d271cb308c2998a5 (diff) | |
download | jitsi-209171b5325aa9a262ca5c2fa197e5133933badb.zip jitsi-209171b5325aa9a262ca5c2fa197e5133933badb.tar.gz jitsi-209171b5325aa9a262ca5c2fa197e5133933badb.tar.bz2 |
Fixes the appearance of the Yahoo protocol in the initial account create form.
Diffstat (limited to 'resources/config/defaults.properties')
-rw-r--r-- | resources/config/defaults.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/config/defaults.properties b/resources/config/defaults.properties index 9568cdb..8b285b5 100644 --- a/resources/config/defaults.properties +++ b/resources/config/defaults.properties @@ -65,7 +65,7 @@ plugin.branding.IS_APPLICATION_NAME_SHOWN=true plugin.jabberaccregwizz.SERVER_COMMENTS=net/java/sip/communicator/plugin/jabberaccregwizz/resources/servercomments.xml # protocol order for the simple initial account registration wizard -plugin.simpleaccreg.PROTOCOL_ORDER=SIP|Jabber|Facebook|Google Talk|MSN|AIM|ICQ|Yahoo +plugin.simpleaccreg.PROTOCOL_ORDER=SIP|Jabber|Facebook|Google Talk|MSN|AIM|ICQ|Yahoo! # ippi account wizard create accoutns link plugin.ippiaccregwizz.REGISTER_LINK=https://soap.ippi.fr/subscription/jitsi.php?login={0}&password={1}&email={2} |