Changeset 7155


Ignore:
Timestamp:
2004-03-30T16:45:07+12:00 (20 years ago)
Author:
kjdon
Message:

added in a missing semi-colon - how that escaped my notice I do not know

File:
1 edited

Legend:

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

    r7153 r7155  
    115115
    116116    JLabel current_value_label = new JLabel();
    117     Dictionary.setText(current_value_label, "MetaEditPrompt.Current_Value")
     117    Dictionary.setText(current_value_label, "MetaEditPrompt.Current_Value");
    118118    JTextField current_value_field = new JTextField(current_value);
    119119    current_value_field.setEditable(false);
Note: See TracChangeset for help on using the changeset viewer.