variable name changed

cusax-fix
Yana Stamcheva 20 years ago
parent 28af2d7b36
commit 3ab97c7fdb

@ -92,8 +92,8 @@ public void actionPerformed(ActionEvent e) {
this.parentWindow.setVisible(false);
this.parentWindow.dispose();
this.parentWindow.getParentWindow().setVisible(false);
this.parentWindow.getParentWindow().dispose();
this.parentWindow.getMainFrame().setVisible(false);
this.parentWindow.getMainFrame().dispose();
System.exit(0);
}

Loading…
Cancel
Save