Ignore:
Timestamp:
2006-08-01T13:43:13+12:00 (18 years ago)
Author:
kjdon
Message:

undo and redo string keys are now General not CDM.FormatManager

File:
1 edited

Legend:

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

    r12302 r12365  
    363363        remove_button.setEnabled(false);
    364364       
    365             undo_button = new GLIButton(Dictionary.get("CDM.FormatManager.Undo"), Dictionary.get("CDM.FormatManager.Undo_Tooltip"));
     365            undo_button = new GLIButton(Dictionary.get("General.Undo"), Dictionary.get("General.Undo_Tooltip"));
    366366        undo_button.setEnabled(false);
    367367       
    368             redo_button = new GLIButton(Dictionary.get("CDM.FormatManager.Redo"), Dictionary.get("CDM.FormatManager.Redo_Tooltip"));
     368            redo_button = new GLIButton(Dictionary.get("General.Redo"), Dictionary.get("General.Redo_Tooltip"));
    369369        redo_button.setEnabled(false);
    370370       
Note: See TracChangeset for help on using the changeset viewer.