[Bprocessor-commit] gui/src/net/sourceforge/bprocessor/gui/actions FileImportActionListener.java, 1
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2008-04-01 13:37:12
|
Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/actions In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29489/src/net/sourceforge/bprocessor/gui/actions Modified Files: FileImportActionListener.java Log Message: o rly Index: FileImportActionListener.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/actions/FileImportActionListener.java,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** FileImportActionListener.java 13 Dec 2007 12:00:55 -0000 1.19 --- FileImportActionListener.java 1 Apr 2008 13:37:15 -0000 1.20 *************** *** 69,73 **** @Override public String getDescription() { ! return "Obj - wavefront format"; } }; --- 69,73 ---- @Override public String getDescription() { ! return "obj - Wavefront format"; } }; *************** *** 80,84 **** @Override public String getDescription() { ! return "Csv - Landmålergården file"; } }; --- 80,84 ---- @Override public String getDescription() { ! return "csv - Landmålergården format"; } }; |