diff options
author | hristoterezov <hristo@jitsi.org> | 2013-10-27 16:35:50 +0200 |
---|---|---|
committer | hristoterezov <hristo@jitsi.org> | 2013-10-27 16:35:50 +0200 |
commit | db6a1b3fa05b1721e84f54a23ff0d4bbfa1d44b9 (patch) | |
tree | 8af7ddf0caf793b49f9bd311c0e7a0a3621d18bc /resources/images | |
parent | c8b45b657e1d53a996120f083b2d21ef11e640f7 (diff) | |
download | jitsi-db6a1b3fa05b1721e84f54a23ff0d4bbfa1d44b9.zip jitsi-db6a1b3fa05b1721e84f54a23ff0d4bbfa1d44b9.tar.gz jitsi-db6a1b3fa05b1721e84f54a23ff0d4bbfa1d44b9.tar.bz2 |
Implements publishing a conference in chat room (Merged from publish-conference branch).
Diffstat (limited to 'resources/images')
-rw-r--r-- | resources/images/images.properties | 2 | ||||
-rw-r--r-- | resources/images/impl/gui/buttons/chatRoomCall.png | bin | 0 -> 1840 bytes | |||
-rw-r--r-- | resources/images/impl/gui/buttons/chatRoomVideoCall.png | bin | 0 -> 1730 bytes |
3 files changed, 2 insertions, 0 deletions
diff --git a/resources/images/images.properties b/resources/images/images.properties index 63dbfbb..b313f79 100644 --- a/resources/images/images.properties +++ b/resources/images/images.properties @@ -234,6 +234,8 @@ service.gui.buttons.CALL_PEER_TOOLS=resources/images/impl/gui/buttons/tools.png service.gui.buttons.CHAT_ROOM_CONFIG=resources/images/impl/gui/buttons/chatRoomConfig.png service.gui.buttons.CHAT_CALL=resources/images/impl/gui/buttons/chatCall.png service.gui.buttons.CHAT_VIDEO_CALL=resources/images/impl/gui/buttons/chatVideoCall.png +service.gui.buttons.CHAT_ROOM_CALL=resources/images/impl/gui/buttons/chatRoomCall.png +service.gui.buttons.CHAT_ROOM_VIDEO_CALL=resources/images/impl/gui/buttons/chatRoomVideoCall.png service.gui.buttons.CHAT_DESKTOP_SHARING=resources/images/impl/gui/buttons/chatDesktopSharing.png service.gui.buttons.CALL_HISTORY_BUTTON=resources/images/impl/gui/buttons/callHistoryButton.png service.gui.buttons.CALL_HISTORY_BUTTON_PRESSED=resources/images/impl/gui/buttons/callHistoryButtonPressed.png diff --git a/resources/images/impl/gui/buttons/chatRoomCall.png b/resources/images/impl/gui/buttons/chatRoomCall.png Binary files differnew file mode 100644 index 0000000..0d51a84 --- /dev/null +++ b/resources/images/impl/gui/buttons/chatRoomCall.png diff --git a/resources/images/impl/gui/buttons/chatRoomVideoCall.png b/resources/images/impl/gui/buttons/chatRoomVideoCall.png Binary files differnew file mode 100644 index 0000000..58aca05 --- /dev/null +++ b/resources/images/impl/gui/buttons/chatRoomVideoCall.png |