Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-07-08 22:13:18 +0000
committermkersten2005-07-08 22:13:18 +0000
commit16f8d4db3c112105e46aa18a5c842ec8acd17bc6 (patch)
tree0120d93871360a66f455e9b02d9bd9aea4e024b9 /org.eclipse.mylyn.bugzilla.core
parent534cb459228f188cfb616f5883201ff05dfa92a2 (diff)
downloadorg.eclipse.mylyn.tasks-16f8d4db3c112105e46aa18a5c842ec8acd17bc6.tar.gz
org.eclipse.mylyn.tasks-16f8d4db3c112105e46aa18a5c842ec8acd17bc6.tar.xz
org.eclipse.mylyn.tasks-16f8d4db3c112105e46aa18a5c842ec8acd17bc6.zip
Bugzilla Bug 102671
automatic elapsed time for tasks
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/bugzilla/ui/editor/ExistingBugEditor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/bugzilla/ui/editor/ExistingBugEditor.java b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/bugzilla/ui/editor/ExistingBugEditor.java
index 826f95791..19f1dc193 100644
--- a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/bugzilla/ui/editor/ExistingBugEditor.java
+++ b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/bugzilla/ui/editor/ExistingBugEditor.java
@@ -727,7 +727,7 @@ public class ExistingBugEditor extends AbstractBugEditor
}
}
if(addCommentsText.getText() == null || addCommentsText.getText().equals("")){
- addCommentsText.setText("No Comment");
+ addCommentsText.setText("Resolved.");
}
}

Back to the top