Optional button to open a custom application from the call panel

ice4sip
Ingo Bauersachs 13 years ago
parent 600410a57e
commit 02aa358e4f

@ -267,6 +267,7 @@ service.gui.buttons.CONTACT_LIST_DIAL_BUTTON=resources/images/impl/gui/buttons/c
service.gui.buttons.DIAL_PAD_CALL_BUTTON_BG=resources/images/impl/gui/buttons/dialPadCallButtonBg.png
service.gui.buttons.CALL_INFO=resources/images/impl/gui/buttons/callInfo.png
service.gui.buttons.ZRTP_ID_BUTTON=resources/images/impl/gui/buttons/zrtpEditId.png
service.gui.buttons.CRM=resources/images/impl/gui/buttons/crm.png
service.gui.icons.LEAVE_ICON_BUTTON=resources/images/impl/gui/buttons/leaveRoom.png
service.gui.icons.LEAVE_ICON_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/leaveRoomOver.png
service.gui.icons.LEAVE_ICON_PRESSED_BUTTON=resources/images/impl/gui/buttons/leaveRoomPressed.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 914 B

@ -423,6 +423,7 @@ service.gui.PREFIX=Prefix
service.gui.PRESENCE=Presence
service.gui.PRESS_ENTER_FOR_SUGGESTIONS='Enter' for suggestions
service.gui.PRESS_FOR_CALL_INFO=Press for call info
service.gui.PRESS_TO_OPEN_CRM=Press to open CRM application
service.gui.PREVIOUS=Previous
service.gui.PREVIOUS_TOOLTIP=Browse older conversations
service.gui.PRINT=&Print

@ -890,6 +890,12 @@ public class ImageLoader
public static final ImageID CALL_INFO =
new ImageID("service.gui.buttons.CALL_INFO");
/**
* The call information button icon used in the call panel.
*/
public static final ImageID CRM =
new ImageID("service.gui.buttons.CRM");
/**
* The image used, when a contact has no photo specified.
*/

Loading…
Cancel
Save