View | Details | Raw Unified
Collapse All | Expand All

(-) f1/freemind/freemind/controller/Controller.java (-1 / +1 lines)
 Lines 1191-1197    Link Here 
			options.buildPanel();
			options.buildPanel();
			options.setProperties(getFrame().getProperties());
			options.setProperties(getFrame().getProperties());
			dialog.setTitle("Freemind Properties");
			dialog.setTitle("Freemind Properties");
			dialog.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
			dialog.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
			dialog.addWindowListener(new WindowAdapter(){
			dialog.addWindowListener(new WindowAdapter(){
			    public void windowClosing(WindowEvent event) {
			    public void windowClosing(WindowEvent event) {
			        options.closeWindow();
			        options.closeWindow();