Ignore:
Timestamp:
2018-12-16T20:59:37+13:00 (5 years ago)
Author:
ak19
Message:

Simplifying setNamesRecursively and its usage. And printComponentNames is now automatically called by new version of now-overloaded setNamesRecursively(), but only if new flag DEBUGGING_TEST_MODE set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/gui/GUIManager.java

    r32691 r32695  
    960960    {
    961961    OpenCollectionDialog dialog = new OpenCollectionDialog();
     962    TestingPreparation.setNamesRecursively(dialog);
     963   
    962964        dialog.setComponentOrientation(Dictionary.getOrientation());
    963965    if (dialog.display() == OpenCollectionDialog.OK_OPTION) {
Note: See TracChangeset for help on using the changeset viewer.