Renames occurrences of callParticipant to callPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers

cusax-fix
Emil Ivov 17 years ago
parent ca908bebb8
commit de11d1a58c

@ -30,9 +30,9 @@ public class SecurityPanel
private final JLabel securityStringLabel = new JLabel();
public SecurityPanel(CallPeer participant)
public SecurityPanel(CallPeer peer)
{
this.peer = participant;
this.peer = peer;
this.setLayout(new GridLayout(1, 0, 5, 5));

Loading…
Cancel
Save