brand new icons for SIMPLE

cusax-fix
Benoit Pradelle 19 years ago
parent d8c4b9f96a
commit f8525e6d8a

Binary file not shown.

After

Width:  |  Height:  |  Size: 758 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 894 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 828 B

@ -41,7 +41,7 @@ public class SipStatusEnum
= new SipStatusEnum(
30,
"Busy",
loadIcon("resources/images/sip/sip16x16-dnd.png"));
loadIcon("resources/images/sip/sip16x16-busy.png"));
/**
* The On the phone status. Indicates that the user is talking to the phone.
@ -50,7 +50,7 @@ public class SipStatusEnum
= new SipStatusEnum(
37,
"On the phone",
loadIcon("resources/images/sip/sip16x16-dnd.png"));
loadIcon("resources/images/sip/sip16x16-phone.png"));
/**
* The Away status. Indicates that the user has connectivity but might
@ -60,7 +60,7 @@ public class SipStatusEnum
= new SipStatusEnum(
40,
"Away",
loadIcon("resources/images/sip/sip16x16-dnd.png"));
loadIcon("resources/images/sip/sip16x16-away.png"));
/**
* The Online status. Indicate that the user is able and willing to

Loading…
Cancel
Save