Project

General

Profile

« Previous | Next » 

Revision 119de322

Added by Patrick Plitzner about 6 years ago

ref #6786 fix window title of selection dialogs

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/AbstractFilteredCdmResourceSelectionDialog.java
87 87
	 */
88 88
	protected AbstractFilteredCdmResourceSelectionDialog(Shell shell, //ConversationHolder conversation,
89 89
	        String title, boolean multi, String settings, T cdmObject) {
90
		super(shell, multi);
90
		super(shell, title);
91 91
		setShellStyle(SWT.DIALOG_TRIM);
92
		setTitle(title);
93 92
		setMessage(Messages.SearchDialog_patternLabel);
94 93
		this.settings = settings;
95 94

  

Also available in: Unified diff