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

Collapse All | Expand All

(-)src/org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage.java (+1 lines)
Lines 130-135 Link Here
130
			passwordText.setFocus();
130
			passwordText.setFocus();
131
		}
131
		}
132
132
133
		org.eclipse.jface.dialogs.Dialog.applyDialogFont(parent);
133
		setControl(parent);
134
		setControl(parent);
134
	}
135
	}
135
136

Return to bug 222881