Changeset 5359


Ignore:
Timestamp:
2003-08-29T12:25:17+12:00 (21 years ago)
Author:
mdewsnip
Message:

Changed dictionary get()s to have the whole key.

File:
1 edited

Legend:

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

    r5297 r5359  
    6969    static public int REMOVE_ALL      =  9;
    7070    // Prompt Types
    71     static public String ADD_PROMPT    = "Add_Prompt";
    72     static public String REMOVE_PROMPT = "Remove_Prompt";
    73     static public String UPDATE_PROMPT = "Overwrite_Prompt";
     71    static public String ADD_PROMPT    = "MetaEditPrompt.Add_Prompt";
     72    static public String REMOVE_PROMPT = "MetaEditPrompt.Remove_Prompt";
     73    static public String UPDATE_PROMPT = "MetaEditPrompt.Overwrite_Prompt";
    7474
    7575    public MetaEditPrompt(String type, boolean multiple_selection, File file, String element, String current_value, String new_value) {
Note: See TracChangeset for help on using the changeset viewer.