Changeset 11423


Ignore:
Timestamp:
2006-03-21T10:09:37+12:00 (18 years ago)
Author:
kjdon
Message:

changed teh title so it matches the menu item

File:
1 edited

Legend:

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

    r11181 r11423  
    166166    prompt = this;
    167167    setSize(SIZE);
    168     Dictionary.setText(this, "WriteCDImagePrompt.Title");
    169 
     168    //Dictionary.setText(this, "WriteCDImagePrompt.Title");
     169    Dictionary.setText(this, "WriteCDImagePrompt.Export");
    170170    setJMenuBar(new SimpleMenuBar("0")); // need to find an appropriate help page to open at
    171171    cancel_button.addActionListener(new CancelButtonListener());
Note: See TracChangeset for help on using the changeset viewer.