Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2003-10-10 20:55:41 +0000
committerJean Michel-Lemieux2003-10-10 20:55:41 +0000
commit8892c9e5ada18b6000dd0d4aa9627098f70aeac9 (patch)
treec777a8abd5609b0832b7b0b4f215cfd9517528bc /bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/repo/RefreshRemoteProjectSelectionPage.java
parent3016ad1cff90ae391ecd96d9bf5821c8140569bb (diff)
downloadeclipse.platform.team-8892c9e5ada18b6000dd0d4aa9627098f70aeac9.tar.gz
eclipse.platform.team-8892c9e5ada18b6000dd0d4aa9627098f70aeac9.tar.xz
eclipse.platform.team-8892c9e5ada18b6000dd0d4aa9627098f70aeac9.zip
Bug 42847 CVS dialogs do not honour dialog font preferences
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/repo/RefreshRemoteProjectSelectionPage.java')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/repo/RefreshRemoteProjectSelectionPage.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/repo/RefreshRemoteProjectSelectionPage.java b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/repo/RefreshRemoteProjectSelectionPage.java
index 5437518ad..f3243b702 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/repo/RefreshRemoteProjectSelectionPage.java
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/repo/RefreshRemoteProjectSelectionPage.java
@@ -123,6 +123,7 @@ public class RefreshRemoteProjectSelectionPage extends CVSWizardPage {
}
});
workingSetArea.createArea(composite);
+ Dialog.applyDialogFont(parent);
}
/**

Back to the top