if(Dialogs.showYesNo(app.getMainFrame(), i18n.MSG))
{
// Can't work with ISessionAction because if a result window is on top
// the session in a ISessionAction is null.
ISession activeSession = getApplication().getSessionManager().getActiveSession();
activeSession.reconnect();
}
}
}