aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/stock_icons.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-03 20:39:45 +0000
committerGuy Harris <guy@alum.mit.edu>2012-06-03 20:39:45 +0000
commitbfb179ba467a0758bac5a6f7398586dfb3e45cde (patch)
tree200bdfa814175952a638ca9af180cef9eb2cf4d5 /ui/gtk/stock_icons.h
parent49ac36fd5967923ded246879141fa84155a5a69e (diff)
When allowing the user to save a capture file before closing it, if it's
a live capture: have the dialog note that what's being saved are captured packets; have the dialog note that the capture will be stopped if you close/quit; actually stop the capture before saving the file or closing it. This should fix bug 7318 (it appears to do so in my tests). svn path=/trunk/; revision=43045
Diffstat (limited to 'ui/gtk/stock_icons.h')
-rw-r--r--ui/gtk/stock_icons.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/gtk/stock_icons.h b/ui/gtk/stock_icons.h
index 3158a1732a..e3d13819f4 100644
--- a/ui/gtk/stock_icons.h
+++ b/ui/gtk/stock_icons.h
@@ -51,6 +51,9 @@
#define WIRESHARK_STOCK_APPLY_EXPRESSION "Wireshark_Stock_Apply_Expression"
#define WIRESHARK_STOCK_DONT_SAVE "Wireshark_Stock_Continue_without_Saving"
#define WIRESHARK_STOCK_QUIT_DONT_SAVE "Wireshark_Stock_Quit_without_Saving"
+#define WIRESHARK_STOCK_STOP_DONT_SAVE "Wireshark_Stock_Stop_and_Continue_without_Saving"
+#define WIRESHARK_STOCK_STOP_QUIT_DONT_SAVE "Wireshark_Stock_Stop_and_Quit_without_Saving"
+#define WIRESHARK_STOCK_STOP_SAVE "Wireshark_Stock_Stop_and_Save"
#define WIRESHARK_STOCK_SAVE_ALL "Wireshark_Stock_Save_All"
#define WIRESHARK_STOCK_ABOUT "Wireshark_Stock_About"
#define WIRESHARK_STOCK_COLORIZE "Wireshark_Stock_Colorize"