Project

General

Profile

« Previous | Next » 

Revision eeaf651a

Added by Katja Luther almost 7 years ago

ref #6390: fix display of misapplied names in name editor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/configurator/deleteConfigurator/DeleteMediaConfiguratorComposite.java
84 84
//            });
85 85
            btnRemoveFromImageGallery = new Button(this, SWT.RADIO);
86 86
            btnRemoveFromImageGallery.setText(Messages.DeleteConfiguration_media_removeFromGallery);
87
            btnDelete.setSelection(!configurator.isOnlyRemoveFromGallery());
87
            btnDelete.setSelection(true);
88 88
        	btnRemoveFromImageGallery.setSelection(configurator.isOnlyRemoveFromGallery());
89 89
        }
90 90

  

Also available in: Unified diff