Author: robbie Date: Wed Nov 11 14:16:20 2009 New Revision: 834893 URL: http://svn.apache.org/viewvc?rev=834893&view=rev Log: QPID-2193: add a warning note to the confirmation dialog
Modified: qpid/branches/0.5.x-dev/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/queue/QueueOperationsTabControl.java Modified: qpid/branches/0.5.x-dev/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/queue/QueueOperationsTabControl.java URL: http://svn.apache.org/viewvc/qpid/branches/0.5.x-dev/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/queue/QueueOperationsTabControl.java?rev=834893&r1=834892&r2=834893&view=diff ============================================================================== --- qpid/branches/0.5.x-dev/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/queue/QueueOperationsTabControl.java (original) +++ qpid/branches/0.5.x-dev/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/queue/QueueOperationsTabControl.java Wed Nov 11 14:16:20 2009 @@ -392,7 +392,9 @@ public void widgetSelected(SelectionEvent se) { int response = ViewUtility.popupOkCancelConfirmationMessage("Delete 1st unacquired message", - "Delete 1st unacquired message on the queue?"); + "Delete 1st unacquired message on the queue?\n\n" + + "NOTE: Any ongoing consumer activity may mean this is " + + "not the first message listed in the table."); if (response == SWT.OK) { try --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org