Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulien Pivotto <roidelapluie@esquimaux.be>2008-08-26 01:47:23 +0400
committerJulien Pivotto <roidelapluie@esquimaux.be>2008-08-26 01:47:23 +0400
commit4df776851f6a409d363c01d6952dd683b0e06312 (patch)
treec9857d6ed4f65f718e13d0f542bc6b9e58ee0010 /src
parent4549515669b327e3c237a78261c2abcce22ff9d7 (diff)
Valid IANI schemes are highlighted. Fix #4229
Diffstat (limited to 'src')
-rw-r--r--src/common/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/config.py b/src/common/config.py
index ed7e88f7a..8a3cf46ad 100644
--- a/src/common/config.py
+++ b/src/common/config.py
@@ -264,7 +264,7 @@ class Config:
'attach_notifications_to_systray': [opt_bool, False, _('If True, notification windows from notification-daemon will be attached to systray icon.')],
'check_idle_every_foo_seconds': [opt_int, 2, _('Choose interval between 2 checks of idleness.')],
'latex_png_dpi': [opt_str, '108',_('Change the value to change the size of latex formulas displayed. The higher is larger.') ],
- 'uri_schemes': [opt_str, 'http https ftp ftps gopher news ed2k irc magnet sip', _('Valid uri schemes. Only schemes in this list will be made accepted as "real" uri.')],
+ 'uri_schemes': [opt_str, 'aaa aaas acap cap cid crid data dav dict dns fax file ftp go gopher h323 http https icap im imap info ipp iris iris.beep iris.xpc iris.xpcs iris.lwz ldap mailto mid modem msrp msrps mtqp mupdate news nfs nntp opaquelocktoken pop pres rtsp service shttp sip sips snmp soap.beep soap.beeps tag tel telnet tftp thismessage tip tv urn vemmi xmlrpc.beep xmlrpc.beeps xmpp z39.50r z39.50s about cvs daap ed2k feed fish git iax2 irc ircs ldaps magnet mms rsync ssh svn sftp smb webcal', _('Valid uri schemes. Only schemes in this list will be made accepted as "real" uri.')],
}
__options_per_key = {