cusax-fix
Sebastien Mazy 17 years ago
parent 99feaabf5a
commit 93ed9a1c1f

@ -54,10 +54,11 @@ public void incomingCallReceived(CallEvent event)
receivedCallDialog.pack();
receivedCallDialog.setVisible(true);
// FIXME: I18N
NotificationManager.fireNotification(
NotificationManager.INCOMING_CALL,
null,
"Incoming call recived from: "
"Incoming call received from: "
+ sourceCall.getCallParticipants().next());
}

Loading…
Cancel
Save