[Bprocessor-commit] gui/src/net/sourceforge/bprocessor/gui/actions FileCloseActionListener.java,1.4,
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-03-20 15:13:15
|
Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/actions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6236/src/net/sourceforge/bprocessor/gui/actions Modified Files: FileCloseActionListener.java Log Message: Added an unimplemented save operation to Project Index: FileCloseActionListener.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/actions/FileCloseActionListener.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FileCloseActionListener.java 13 Feb 2006 12:37:23 -0000 1.4 --- FileCloseActionListener.java 20 Mar 2006 15:13:08 -0000 1.5 *************** *** 47,51 **** null, "Do you want to save the changes?", ! "Projekt has been changed", JOptionPane.YES_NO_CANCEL_OPTION); if (n == 0) { --- 47,51 ---- null, "Do you want to save the changes?", ! "Project has been changed", JOptionPane.YES_NO_CANCEL_OPTION); if (n == 0) { |