### Eclipse Workspace Patch 1.0 #P org.eclipse.ecf.provider.bittorrent.ui Index: src/org/eclipse/ecf/internal/provider/bittorrent/ui/BitTorrentConnectWizardPage.java =================================================================== RCS file: /cvsroot/technology/org.eclipse.ecf/providers/org.eclipse.ecf.provider.bittorrent.ui/src/org/eclipse/ecf/internal/provider/bittorrent/ui/BitTorrentConnectWizardPage.java,v retrieving revision 1.3 diff -u -r1.3 BitTorrentConnectWizardPage.java --- src/org/eclipse/ecf/internal/provider/bittorrent/ui/BitTorrentConnectWizardPage.java 26 Apr 2007 19:53:20 -0000 1.3 +++ src/org/eclipse/ecf/internal/provider/bittorrent/ui/BitTorrentConnectWizardPage.java 17 Mar 2008 11:49:54 -0000 @@ -137,6 +137,8 @@ targetText.setFocus(); } addListeners(); + + org.eclipse.jface.dialogs.Dialog.applyDialogFont(parent); setControl(parent); }