~sword-devel/jsword/trunk

« back to all changes in this revision

Viewing changes to jsword/java/map/org/crosswire/jsword/map/view/Mapper.java

  • Committer: joe
  • Date: 2002-10-08 21:36:18 UTC
  • Revision ID: svn-v4:a88caf3b-7e0a-0410-8d0d-cecb45342206:trunk:80
big config and comment update

Show diffs side-by-side

added added

removed removed

Lines of Context:
652
652
 
653
653
            if (reply == BibleChooser.APPROVE_OPTION)
654
654
            {
655
 
                // Bible bible = chooser.getSelectedBible();
656
 
                // map.createLinks(bible);
 
655
                //Bible bible = chooser.getSelectedBible();
 
656
                //map.createLinks(bible);
657
657
            }
658
658
        }
659
659
        catch (Exception ex)