Mercurial > libervia-desktop-kivy
comparison cagou/plugins/plugin_wid_chat.py @ 180:0ddd2b20cc6b
plugins chat, contact_list, settings, widget_selector: changed icons theme
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 01 May 2018 20:50:05 +0200 |
parents | 826e7b17a19b |
children | c63922860f80 |
comparison
equal
deleted
inserted
replaced
179:7177fe2d9725 | 180:0ddd2b20cc6b |
---|---|
40 | 40 |
41 PLUGIN_INFO = { | 41 PLUGIN_INFO = { |
42 "name": _(u"chat"), | 42 "name": _(u"chat"), |
43 "main": "Chat", | 43 "main": "Chat", |
44 "description": _(u"instant messaging with one person or a group"), | 44 "description": _(u"instant messaging with one person or a group"), |
45 "icon_small": u"{media}/icons/muchoslava/png/chat_new_32.png", | 45 "icon_symbol": u"chat", |
46 "icon_medium": u"{media}/icons/muchoslava/png/chat_new_44.png" | |
47 } | 46 } |
48 | 47 |
49 # following const are here temporary, they should move to quick frontend | 48 # following const are here temporary, they should move to quick frontend |
50 OTR_STATE_UNTRUSTED = 'untrusted' | 49 OTR_STATE_UNTRUSTED = 'untrusted' |
51 OTR_STATE_TRUSTED = 'trusted' | 50 OTR_STATE_TRUSTED = 'trusted' |