Ignore:
Timestamp:
2009-02-24T13:48:08+13:00 (15 years ago)
Author:
kjdon
Message:

GLI three modes change: systems mode is no more.

File:
1 edited

Legend:

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

    r17801 r18589  
    6060    static final public int ASSISTANT_MODE = 1;
    6161    static final public int LIBRARIAN_MODE = 2;
    62     static final public int SYSTEMS_MODE   = 3;
    63     static final public int EXPERT_MODE    = 4;
     62    static final public int EXPERT_MODE    = 3;
    6463
    6564    /** The string identifying an argument's name attribute. */
     
    616615    case ASSISTANT_MODE:
    617616        result = Dictionary.get("Preferences.Mode.Assistant");
    618         break;
    619     case SYSTEMS_MODE:
    620         result = Dictionary.get("Preferences.Mode.Systems");
    621617        break;
    622618    case EXPERT_MODE:
Note: See TracChangeset for help on using the changeset viewer.