Mercurial > libervia-desktop-kivy
comparison src/cagou/plugins/plugin_wid_chat.py @ 90:9a6121722669
chat, contact_list, selector: use of new icons from muchoslava
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 25 Dec 2016 22:53:55 +0100 |
parents | 3dc526bb4a5a |
children | 5d2289127bb7 |
comparison
equal
deleted
inserted
replaced
89:d249df379fa3 | 90:9a6121722669 |
---|---|
42 | 42 |
43 PLUGIN_INFO = { | 43 PLUGIN_INFO = { |
44 "name": _(u"chat"), | 44 "name": _(u"chat"), |
45 "main": "Chat", | 45 "main": "Chat", |
46 "description": _(u"instant messaging with one person or a group"), | 46 "description": _(u"instant messaging with one person or a group"), |
47 "icon_small": u"{media}/icons/muchoslava/png/chat_rouge_32.png", | 47 "icon_small": u"{media}/icons/muchoslava/png/chat_new_32.png", |
48 "icon_medium": u"{media}/icons/muchoslava/png/chat_rouge_44.png" | 48 "icon_medium": u"{media}/icons/muchoslava/png/chat_new_44.png" |
49 } | 49 } |
50 | 50 |
51 | 51 |
52 class MessAvatar(Image): | 52 class MessAvatar(Image): |
53 pass | 53 pass |