Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2004-05-07 01:53:43 +0000
committerMichael Valenta2004-05-07 01:53:43 +0000
commitacb2b8087c959aa16b199f5c73f8d7c6e80c7d8c (patch)
tree61a7c23d3d8e09e046f54fd28837aa74caa35839
parentf23e9c7cde9ad5d51674705f724d1a024244eea3 (diff)
downloadeclipse.platform.team-acb2b8087c959aa16b199f5c73f8d7c6e80c7d8c.tar.gz
eclipse.platform.team-acb2b8087c959aa16b199f5c73f8d7c6e80c7d8c.tar.xz
eclipse.platform.team-acb2b8087c959aa16b199f5c73f8d7c6e80c7d8c.zip
Bug 53546: Commit dialog adds wasted space at the bottomRoot_branch_20040505_scopedSyncParticipants
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/ReleaseCommentDialog.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/ReleaseCommentDialog.java b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/ReleaseCommentDialog.java
index 4f20da1a3..f0b69f768 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/ReleaseCommentDialog.java
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/ReleaseCommentDialog.java
@@ -72,6 +72,13 @@ public class ReleaseCommentDialog extends DetailsDialog {
return false;
}
+ /* (non-Javadoc)
+ * @see org.eclipse.team.internal.ui.dialogs.DetailsDialog#includeErrorMessage()
+ */
+ protected boolean includeErrorMessage() {
+ return false;
+ }
+
/*
* @see Dialog#createDialogArea(Composite)
*/

Back to the top