// We just launch the reconnection action.
onUserLoggedChangedPopupClick(callingAction, false);
}
else
{
new MyOkCancelMessageBox(DkMain.i18n().error_authentication_failure_user_logged_changed_popup_title(), DkMain.i18n()
.error_authentication_failure_user_logged_changed_popup_message(), MessageType.WARNING)
{
@Override
public void processOk()
{