Execute cancel action when pressing escape and closing authentication window.

cusax-fix
Damian Minkov 15 years ago
parent 568c50fd50
commit 2ec63aeaf2

@ -346,7 +346,7 @@ private void enableKeyActions()
{
public void actionPerformed(ActionEvent e)
{
AuthenticationWindow.this.setVisible(false);
close(true);
}
};

Loading…
Cancel
Save