diff options
| author | Robert Gemmell <robbie@apache.org> | 2009-02-27 02:28:56 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2009-02-27 02:28:56 +0000 |
| commit | e76ee47dd87bbb7fd3e3e02949ee5820f138f6b7 (patch) | |
| tree | f6405fd81a05fa0025dceb164098221ba1c3ee07 /java/management/eclipse-plugin/src | |
| parent | 7118dcb23150594572d561496842a8aaec93dc14 (diff) | |
| download | qpid-python-e76ee47dd87bbb7fd3e3e02949ee5820f138f6b7.tar.gz | |
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
Diffstat (limited to 'java/management/eclipse-plugin/src')
| -rw-r--r-- | java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/ViewUtility.java | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
