From e76ee47dd87bbb7fd3e3e02949ee5820f138f6b7 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Fri, 27 Feb 2009 02:28:56 +0000 Subject: QPID-1698: remove confusing third choice from confirmation dialogues git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748380 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/org/apache/qpid/management/ui/views/ViewUtility.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/management/eclipse-plugin') diff --git a/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/ViewUtility.java b/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/ViewUtility.java index 5d6a03b238..f5b5b6f8f4 100644 --- a/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/ViewUtility.java +++ b/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/ViewUtility.java @@ -448,7 +448,7 @@ public class ViewUtility public static int popupConfirmationMessage(String title, String message) { - return showBox(title, message,SWT.ICON_QUESTION | SWT.YES | SWT.NO | SWT.CANCEL); + return showBox(title, message,SWT.ICON_QUESTION | SWT.YES | SWT.NO); } -- cgit v1.2.1