Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 534 → Rev 535

/sun/xmleditor/trunk/src/control/OtherGUIActions.java
4,10 → 4,10
* Coded by: Group 5, software practice summer 2003
* University of Bielefeld, Germany
*
* @version $Revision: 1.10 $
* @version $Revision: 1.11 $
*
* Last modification: $Date: 2003/07/15 17:23:37 $
* $Id: OtherGUIActions.java,v 1.10 2003/07/15 17:23:37 smcsporr Exp $
* Last modification: $Date: 2003/07/15 18:21:54 $
* $Id: OtherGUIActions.java,v 1.11 2003/07/15 18:21:54 smcsporr Exp $
*/
 
package src.control;
42,7 → 42,7
if (e.getActionCommand() == "Exit") {
if (quitConfirmed() == true) {
// docMaster.closeAll();
docMaster.closeAll();
System.exit(0);
}
}