diff options
author | Marin <m.dzhigarov@gmail.com> | 2013-12-02 10:28:45 +0200 |
---|---|---|
committer | Marin <m.dzhigarov@gmail.com> | 2013-12-02 11:01:26 +0200 |
commit | fc55fff305ae2325e6c6602f96b6d135396ddd85 (patch) | |
tree | 1e1fcb9ea5d1544bf9756768c111ddecf02fbe59 /resources | |
parent | 93f526c1b2ec8fe010203b8d75875d94219c2917 (diff) | |
download | jitsi-fc55fff305ae2325e6c6602f96b6d135396ddd85.zip jitsi-fc55fff305ae2325e6c6602f96b6d135396ddd85.tar.gz jitsi-fc55fff305ae2325e6c6602f96b6d135396ddd85.tar.bz2 |
Fixes the issue with OTR padlock icon not being transparent when displaying .gifs for animation. Instead of .gif, a series of .png images will be displayed in a predetermined sequence.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/images/images.properties | 3 | ||||
-rw-r--r-- | resources/images/plugin/otr/padlock1.png | bin | 0 -> 455 bytes | |||
-rw-r--r-- | resources/images/plugin/otr/padlock2.png | bin | 0 -> 454 bytes | |||
-rw-r--r-- | resources/images/plugin/otr/padlock3.png | bin | 0 -> 452 bytes |
4 files changed, 3 insertions, 0 deletions
diff --git a/resources/images/images.properties b/resources/images/images.properties index a08f92a..832c127 100644 --- a/resources/images/images.properties +++ b/resources/images/images.properties @@ -558,6 +558,9 @@ plugin.otr.LOADING_ICON_22x22=resources/images/plugin/otr/padlockLoading.gif plugin.otr.BROKEN_ICON_22x22=resources/images/plugin/otr/padlockBrokenOpen.png plugin.otr.HELP_ICON_15x15=resources/images/plugin/otr/help15x15.png plugin.otr.MENU_ITEM_ICON_16x16=resources/images/plugin/otr/otr_menu_icon.png +plugin.otr.LOADING_ICON1_22x22=resources/images/plugin/otr/padlock1.png +plugin.otr.LOADING_ICON2_22x22=resources/images/plugin/otr/padlock2.png +plugin.otr.LOADING_ICON3_22x22=resources/images/plugin/otr/padlock3.png #Global proxy config form plugin.globalproxy.PLUGIN_ICON=resources/images/plugin/globalproxyconfig/configureIcon.png diff --git a/resources/images/plugin/otr/padlock1.png b/resources/images/plugin/otr/padlock1.png Binary files differnew file mode 100644 index 0000000..1d201dc --- /dev/null +++ b/resources/images/plugin/otr/padlock1.png diff --git a/resources/images/plugin/otr/padlock2.png b/resources/images/plugin/otr/padlock2.png Binary files differnew file mode 100644 index 0000000..c96ed55 --- /dev/null +++ b/resources/images/plugin/otr/padlock2.png diff --git a/resources/images/plugin/otr/padlock3.png b/resources/images/plugin/otr/padlock3.png Binary files differnew file mode 100644 index 0000000..f332196 --- /dev/null +++ b/resources/images/plugin/otr/padlock3.png |