Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2002-03-05 15:49:36 +0000
committerMichael Valenta2002-03-05 15:49:36 +0000
commit5a02c18dc5f47a924c76136f9409595b2bf60fd8 (patch)
tree3b6a9845f2d1175e1a63b576e7f060803660f234
parentbb4fc39d3eff589d7dd383f1a7550a8952a210ad (diff)
downloadeclipse.platform.team-5a02c18dc5f47a924c76136f9409595b2bf60fd8.tar.gz
eclipse.platform.team-5a02c18dc5f47a924c76136f9409595b2bf60fd8.tar.xz
eclipse.platform.team-5a02c18dc5f47a924c76136f9409595b2bf60fd8.zip
Set task name for Synchronizing
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/sync/SyncCompareInput.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/sync/SyncCompareInput.java b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/sync/SyncCompareInput.java
index af5ba7850..af5011953 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/sync/SyncCompareInput.java
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/sync/SyncCompareInput.java
@@ -194,7 +194,7 @@ public abstract class SyncCompareInput extends CompareEditorInput {
}
try {
- pm.beginTask(null, 100);
+ pm.beginTask(Policy.bind("SyncCompareInput.taskTitle"), 100);
// Estimate 70% of the time is creating the sync elements
this.trees = createSyncElements(Policy.subMonitorFor(pm, 70));

Back to the top