Author: robbie
Date: Fri Feb 27 02:28:56 2009
New Revision: 748380
URL: http://svn.apache.org/viewvc?rev=748380&view=rev
Log:
QPID-1698: remove confusing third choice from confirmation dialogues
Modified:
qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/ViewUtility.java
Modified:
qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/ViewUtility.java
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/ViewUtility.java?rev=748380&r1=748379&r2=748380&view=diff
==============================================================================
---
qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/ViewUtility.java
(original)
+++
qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/ViewUtility.java
Fri Feb 27 02:28:56 2009
@@ -448,7 +448,7 @@
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);
}
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]