aboutsummaryrefslogtreecommitdiffstats
path: root/resources/images
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2014-03-10 16:45:12 +0200
committerDamian Minkov <damencho@jitsi.org>2014-03-10 16:45:12 +0200
commitd5e1bc6cb2771c031ecfd7268a06bdeb4220d659 (patch)
treed03009cee3f6a4c457509d068fb3be146f4a5678 /resources/images
parent8a8b05170cb8c3e5feb10d2b52be45a0782c26e2 (diff)
downloadjitsi-d5e1bc6cb2771c031ecfd7268a06bdeb4220d659.zip
jitsi-d5e1bc6cb2771c031ecfd7268a06bdeb4220d659.tar.gz
jitsi-d5e1bc6cb2771c031ecfd7268a06bdeb4220d659.tar.bz2
Changes ui service to be able to start sms chats from plugins.
Diffstat (limited to 'resources/images')
-rw-r--r--resources/images/images.properties3
-rw-r--r--resources/images/impl/gui/buttons/smsButton.pngbin0 -> 1217 bytes
-rw-r--r--resources/images/impl/gui/buttons/smsButtonPressed.pngbin0 -> 1387 bytes
-rw-r--r--resources/images/impl/gui/buttons/smsButtonSelected.pngbin0 -> 1314 bytes
4 files changed, 3 insertions, 0 deletions
diff --git a/resources/images/images.properties b/resources/images/images.properties
index f9ea95a..68e3ffe 100644
--- a/resources/images/images.properties
+++ b/resources/images/images.properties
@@ -174,6 +174,9 @@ service.gui.buttons.ADD_CONTACT_BUTTON_SMALL_ROLLOVER=resources/images/impl/gui/
service.gui.buttons.WEB_BUTTON=resources/images/impl/gui/buttons/webButton.png
service.gui.buttons.WEB_BUTTON_PRESSED=resources/images/impl/gui/buttons/webButtonPressed.png
service.gui.buttons.WEB_BUTTON_ROLLOVER=resources/images/impl/gui/buttons/webButtonSelected.png
+service.gui.buttons.SMS_BUTTON=resources/images/impl/gui/buttons/smsButton.png
+service.gui.buttons.SMS_BUTTON_PRESSED=resources/images/impl/gui/buttons/smsButtonPressed.png
+service.gui.buttons.SMS_BUTTON_ROLLOVER=resources/images/impl/gui/buttons/smsButtonSelected.png
service.gui.buttons.HANGUP_BUTTON_BG=resources/images/impl/gui/buttons/hangupButton.png
service.gui.buttons.HANGUP_BUTTON_ROLLOVER=resources/images/impl/gui/buttons/hangupButtonRollover.png
service.gui.buttons.HANGUP_BUTTON_PRESSED=resources/images/impl/gui/buttons/hangupButtonPressed.png
diff --git a/resources/images/impl/gui/buttons/smsButton.png b/resources/images/impl/gui/buttons/smsButton.png
new file mode 100644
index 0000000..8f6d649
--- /dev/null
+++ b/resources/images/impl/gui/buttons/smsButton.png
Binary files differ
diff --git a/resources/images/impl/gui/buttons/smsButtonPressed.png b/resources/images/impl/gui/buttons/smsButtonPressed.png
new file mode 100644
index 0000000..8879e72
--- /dev/null
+++ b/resources/images/impl/gui/buttons/smsButtonPressed.png
Binary files differ
diff --git a/resources/images/impl/gui/buttons/smsButtonSelected.png b/resources/images/impl/gui/buttons/smsButtonSelected.png
new file mode 100644
index 0000000..bd71f7c
--- /dev/null
+++ b/resources/images/impl/gui/buttons/smsButtonSelected.png
Binary files differ