aboutsummaryrefslogtreecommitdiffstats
path: root/simple_dialog.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-10-05 05:53:53 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-10-05 05:53:53 +0000
commit33fc6f13caf49b4109f30a0652bb04d756d6504e (patch)
tree99200499803a28b41fc2afde9cca4ec794a3579d /simple_dialog.h
parentc22cc0a5bb93d93d5452c32848a03761a5474f3c (diff)
Michael Mann:
Removed the Save button if live capture is going on when File->Quit is selected. Solves Assertion failed when doing File->Quit->Save during live capture https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1710 svn path=/trunk/; revision=39266
Diffstat (limited to 'simple_dialog.h')
-rw-r--r--simple_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/simple_dialog.h b/simple_dialog.h
index 40258cadb7..7687b4e77b 100644
--- a/simple_dialog.h
+++ b/simple_dialog.h
@@ -76,6 +76,8 @@ typedef enum {
#define ESD_BTNS_SAVE_DONTSAVE_CANCEL (ESD_BTN_DONT_SAVE|ESD_BTN_CANCEL|ESD_BTN_SAVE)
/** Standard button combination "Quit without saving" + "Cancel" + "Save". */
#define ESD_BTNS_SAVE_QUIT_DONTSAVE_CANCEL (ESD_BTN_QUIT_DONT_SAVE|ESD_BTN_CANCEL|ESD_BTN_SAVE)
+/** Standard button combination "Quit without saving" + "Cancel". */
+#define ESD_BTNS_QUIT_DONTSAVE_CANCEL (ESD_BTN_QUIT_DONT_SAVE|ESD_BTN_CANCEL)
/** Create and show a simple dialog.
*