Changeset 7183


Ignore:
Timestamp:
2004-04-05T15:15:34+12:00 (20 years ago)
Author:
mdewsnip
Message:

Disabled the Workflows panel for two reasons - the strings haven't been translated into French/Spanish/Russian, and you can mess around with it and turn on the Mirror etc. panels which aren't complete.

File:
1 edited

Legend:

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

    r7151 r7183  
    122122    tab_pane.add("Preferences.General", general_preferences);
    123123    tab_pane.add("Preferences.Mode", createModePreferences());
    124     tab_pane.add("Preferences.Workflow", createWorkflowPreferences());
     124    // !! Temporarily disabled for the UNESCO CD-ROM !!
     125    // tab_pane.add("Preferences.Workflow", createWorkflowPreferences());
    125126    JPanel connection_preferences = createConnectionPreferences();
    126127    tab_pane.add("Preferences.Connection", connection_preferences);
Note: See TracChangeset for help on using the changeset viewer.