Changeset 9354


Ignore:
Timestamp:
2005-03-10T12:03:40+13:00 (19 years ago)
Author:
mdewsnip
Message:

Added a couple of missing tooltips.

File:
1 edited

Legend:

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

    r8243 r9354  
    156156    Dictionary.setBoth(replace_button, "FileAssociationDialog.Replace", "FileAssociationDialog.Replace_Tooltip");
    157157    Dictionary.setText(command_label, "FileAssociationDialog.Command");
     158    Dictionary.setTooltip(command_field, "FileAssociationDialog.Command_Tooltip");
    158159    Dictionary.setText(extension_label, "FileAssociationDialog.Extension");
     160    Dictionary.setTooltip(extension_field, "FileAssociationDialog.Extension_Tooltip");
    159161    Dictionary.setText(existing_associations_label, "FileAssociationDialog.Existing_Associations");
    160162    Dictionary.setText(this, "FileAssociationDialog.Title");
Note: See TracChangeset for help on using the changeset viewer.