Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-12-09 00:35:03 +0000
committermkersten2006-12-09 00:35:03 +0000
commit1cdc5a2db4894fe3179b4f106447d4f8edc27a56 (patch)
tree9faa811a0db04c6146e3150062f05a9f28c09841
parent64419d74e8afec799c8a754754b66fa6c3d965ba (diff)
downloadorg.eclipse.mylyn.tasks-1cdc5a2db4894fe3179b4f106447d4f8edc27a56.tar.gz
org.eclipse.mylyn.tasks-1cdc5a2db4894fe3179b4f106447d4f8edc27a56.tar.xz
org.eclipse.mylyn.tasks-1cdc5a2db4894fe3179b4f106447d4f8edc27a56.zip
NEW - bug 165359: UI Nits for 1.0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=165359
-rw-r--r--org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/RepositoryAwareStatusHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/RepositoryAwareStatusHandler.java b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/RepositoryAwareStatusHandler.java
index 7aab3da9d..fd151b10d 100644
--- a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/RepositoryAwareStatusHandler.java
+++ b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/RepositoryAwareStatusHandler.java
@@ -22,7 +22,7 @@ public class RepositoryAwareStatusHandler implements IStatusHandler {
protected static final String ERROR_MESSAGE = "Please report the following error by following the bugs link at:\n"
+ "http://eclipse.org/mylar\n\n"
- + "For details on this error please open the PDE Runtime -> Error Log view";
+ + "For details please use Window -> Show View -> Error Log";
// TODO: implement option to report bug
public void notify(final Status status, boolean informUser) {

Back to the top