Changeset 5353


Ignore:
Timestamp:
2003-08-29T11:52:29+12:00 (21 years ago)
Author:
mdewsnip
Message:

More changing dictionary get()s to have the whole key.

File:
1 edited

Legend:

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

    r5347 r5353  
    239239                else {
    240240                ///atherer.println("Opps! This filename already exists. Give the user some options.");
    241                 Object[] options = { get("General.Yes"), get("Yes_To_All"), get("General.No"), get("General.Cancel") };
     241                Object[] options = { get("General.Yes"), get("FileActions.Yes_To_All"), get("General.No"), get("General.Cancel") };
    242242                int result = JOptionPane.showOptionDialog(Gatherer.g_man, get("FileActions.File_Exists", target_file.getName()), get("General.Warning"), JOptionPane.DEFAULT_OPTION, JOptionPane.WARNING_MESSAGE, null, options, options[0]);
    243243                switch(result) {
Note: See TracChangeset for help on using the changeset viewer.