aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorMarin <m.dzhigarov@gmail.com>2013-12-02 10:28:45 +0200
committerMarin <m.dzhigarov@gmail.com>2013-12-02 11:01:26 +0200
commitfc55fff305ae2325e6c6602f96b6d135396ddd85 (patch)
tree1e1fcb9ea5d1544bf9756768c111ddecf02fbe59 /resources
parent93f526c1b2ec8fe010203b8d75875d94219c2917 (diff)
downloadjitsi-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.properties3
-rw-r--r--resources/images/plugin/otr/padlock1.pngbin0 -> 455 bytes
-rw-r--r--resources/images/plugin/otr/padlock2.pngbin0 -> 454 bytes
-rw-r--r--resources/images/plugin/otr/padlock3.pngbin0 -> 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
new file mode 100644
index 0000000..1d201dc
--- /dev/null
+++ b/resources/images/plugin/otr/padlock1.png
Binary files differ
diff --git a/resources/images/plugin/otr/padlock2.png b/resources/images/plugin/otr/padlock2.png
new file mode 100644
index 0000000..c96ed55
--- /dev/null
+++ b/resources/images/plugin/otr/padlock2.png
Binary files differ
diff --git a/resources/images/plugin/otr/padlock3.png b/resources/images/plugin/otr/padlock3.png
new file mode 100644
index 0000000..f332196
--- /dev/null
+++ b/resources/images/plugin/otr/padlock3.png
Binary files differ