~danilovesky/workcraft/trunk-bug-1332527

« back to all changes in this revision

Viewing changes to WorkcraftCore/src/org/workcraft/gui/MainWindow.java

  • Committer: Danil Sokolov
  • Date: 2014-06-04 13:17:37 UTC
  • mfrom: (502.1.1 trunk-bug-1287735)
  • Revision ID: danilovesky@gmail.com-20140604131737-nybb8de8hpr70sug
Merge proposal for bug #1287735 approved.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1239
1239
        }
1240
1240
 
1241
1241
        public boolean accept(File f) {
1242
 
                return (f.isDirectory() || f.getName().endsWith(
1243
 
                                exporter.getExtenstion()));
 
1242
                return (f.isDirectory() || f.getName().endsWith(exporter.getExtenstion()));
1244
1243
        }
1245
1244
 
1246
1245
        public String getDescription() {