Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-06-07 16:07:22 +0000
committerMichael Valenta2005-06-07 16:07:22 +0000
commit4be6f3a3a66290fd911b26cc80c13725c20831f5 (patch)
tree07e94b3db742e15ae8aa1cd46ada041ad051fdfd /bundles/org.eclipse.team.cvs.ui/src/org/eclipse
parent4b6667be0f2e21c3e95b869ea244e5e434c72fa2 (diff)
downloadeclipse.platform.team-4be6f3a3a66290fd911b26cc80c13725c20831f5.tar.gz
eclipse.platform.team-4be6f3a3a66290fd911b26cc80c13725c20831f5.tar.xz
eclipse.platform.team-4be6f3a3a66290fd911b26cc80c13725c20831f5.zip
Bug 98705 Pref Page Team/CVS/Label Decorations
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/src/org/eclipse')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSDecoratorPreferencesPage.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSDecoratorPreferencesPage.java b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSDecoratorPreferencesPage.java
index c0ce433aa..31a24e3fc 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSDecoratorPreferencesPage.java
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSDecoratorPreferencesPage.java
@@ -377,6 +377,7 @@ public class CVSDecoratorPreferencesPage extends PreferencePage implements IWork
private final TreeViewer fViewer;
public Preview(Composite composite) {
+ SWTUtils.createLabel(composite, "Previe&w:");
fImageCache= new LocalResourceManager(JFaceResources.getResources());
fViewer = new TreeViewer(composite);
fViewer.getControl().setLayoutData(SWTUtils.createHVFillGridData());

Back to the top