View | Details | Raw Unified | Return to bug 222881 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/ecf/internal/provider/bittorrent/ui/BitTorrentConnectWizardPage.java (+2 lines)
Lines 137-142 Link Here
137
			targetText.setFocus();
137
			targetText.setFocus();
138
		}
138
		}
139
		addListeners();
139
		addListeners();
140
141
		org.eclipse.jface.dialogs.Dialog.applyDialogFont(parent);
140
		setControl(parent);
142
		setControl(parent);
141
	}
143
	}
142
144

Return to bug 222881