Changeset 8803


Ignore:
Timestamp:
2004-12-14T15:36:15+13:00 (19 years ago)
Author:
mdewsnip
Message:

Fixed a bug where clicking Cancel didn't.

File:
1 edited

Legend:

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

    r8243 r8803  
    354354        else {
    355355        if(titleClashes(title_final, null)) {
    356             if(JOptionPane.showConfirmDialog(Gatherer.g_man, Dictionary.get("NewCollectionPrompt.Title_Clash"), Dictionary.get("General.Warning"), JOptionPane.OK_CANCEL_OPTION) == JOptionPane.NO_OPTION) {
     356            if (JOptionPane.showConfirmDialog(Gatherer.g_man, Dictionary.get("NewCollectionPrompt.Title_Clash"), Dictionary.get("General.Warning"), JOptionPane.YES_NO_OPTION) == JOptionPane.NO_OPTION) {
    357357            return;
    358358            }
Note: See TracChangeset for help on using the changeset viewer.