Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2013-01-30 16:49:37 +0000
committerPascal Rapicault2013-01-30 16:49:37 +0000
commit83d55acceb92feca52de502b8a7c9e9da4240b58 (patch)
tree1fdf5eec2836ef2297c197aa580bacaed06fad9e
parent4fb92b4b86c3f3c4fa3f31af00de315afa2ae5ad (diff)
downloadrt.equinox.p2-I20130130-2000.tar.gz
rt.equinox.p2-I20130130-2000.tar.xz
rt.equinox.p2-I20130130-2000.zip
Mention in the dialog that more changes are comingv20130130-164937I20130130-2000
-rw-r--r--bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/AutomaticUpdateScheduler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/AutomaticUpdateScheduler.java b/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/AutomaticUpdateScheduler.java
index 06186bb8b..3e84a3ab1 100644
--- a/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/AutomaticUpdateScheduler.java
+++ b/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/AutomaticUpdateScheduler.java
@@ -116,7 +116,7 @@ public class AutomaticUpdateScheduler implements IStartup {
Display d = Display.getDefault();
d.asyncExec(new Runnable() {
public void run() {
- MessageDialog.openWarning(getWorkbenchWindowShell(), "Installation modified", "An upgrade of the eclipse installation you are using has been performed. The plugins you had installed have been uninstalled."); //$NON-NLS-1$ //$NON-NLS-2$
+ MessageDialog.openWarning(getWorkbenchWindowShell(), "Installation modified", "An upgrade of the eclipse installation you are using has been performed. The plugins you had installed have been uninstalled. Look for more improvements to this dialog in Kepler M6 (http://bugs.eclipse.org/398833"); //$NON-NLS-1$ //$NON-NLS-2$
}
});
return true;

Back to the top