Fixed minor typo mistakes.

This commit is contained in:
trifonnt 2009-04-21 18:22:39 +00:00
parent a812bac423
commit 56a576c2b3
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public final class AMenu extends CFrame
System.exit(1);
MSession.get (Env.getCtx(), true); // Start Session
// Setting close operation/listner - teo_sarca [ 1684168 ]
// Setting close operation/listener - teo_sarca [ 1684168 ]
setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
addWindowListener(new WindowListener() {
public void windowClosing(WindowEvent e) {