summaryrefslogtreecommitdiff
path: root/ui/gtk/keys.h
diff options
context:
space:
mode:
authorIrene RĂ¼ngeler <I.Ruengeler@fh-muenster.de>2012-08-03 11:15:40 +0000
committerIrene RĂ¼ngeler <I.Ruengeler@fh-muenster.de>2012-08-03 11:15:40 +0000
commit2e1952678f0ed2a82e6cb76d82b7d4ef9d397223 (patch)
tree2b72aa821f961ca1c94e7e1f12fb7c9450c303c0 /ui/gtk/keys.h
parent285e3223297448e956022f6150456beb522a06eb (diff)
downloadwireshark-2e1952678f0ed2a82e6cb76d82b7d4ef9d397223.tar.gz
Make the columns of the capture options dialog selectable. Changes are stored in the preferences file.
The ordering can be changed by dragging the column. The order is not stored. svn path=/trunk/; revision=44239
Diffstat (limited to 'ui/gtk/keys.h')
-rw-r--r--ui/gtk/keys.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/ui/gtk/keys.h b/ui/gtk/keys.h
index 99647fbb86..56cd1251aa 100644
--- a/ui/gtk/keys.h
+++ b/ui/gtk/keys.h
@@ -30,13 +30,15 @@
*/
#define E_DFILTER_CM_KEY "display_filter_combo"
-#define E_DFILTER_TE_KEY "display_filter_entry"
-#define E_RFILTER_TE_KEY "read_filter_te"
-#define E_MPACKET_LIST_KEY "menu_packet_list"
-#define E_MPACKET_LIST_ROW_KEY "menu_packet_list_row"
-#define E_MPACKET_LIST_COL_KEY "menu_packet_list_col"
-#define E_MPACKET_LIST_COLUMN_KEY "menu_packet_list_column"
-#define E_MPACKET_LIST_PREV_COLUMN_KEY "menu_packet_list_prev_column"
+#define E_DFILTER_TE_KEY "display_filter_entry"
+#define E_RFILTER_TE_KEY "read_filter_te"
+#define E_MPACKET_LIST_KEY "menu_packet_list"
+#define E_MPACKET_LIST_ROW_KEY "menu_packet_list_row"
+#define E_MPACKET_LIST_COL_KEY "menu_packet_list_col"
+#define E_MPACKET_LIST_COLUMN_KEY "menu_packet_list_column"
+#define E_MPACKET_LIST_PREV_COLUMN_KEY "menu_packet_list_prev_column"
+#define E_MCAPTURE_COLUMNS_COL_KEY "menu_capture_columns_col"
+#define E_MCAPTURE_COLUMNS_COLUMN_KEY "menu_capture_columns_column"
#define PRINT_CMD_LB_KEY "printer_command_label"
#define PRINT_CMD_TE_KEY "printer_command_entry"
@@ -51,6 +53,7 @@
#define PM_TREE_VIEW_KEY "popup_menu_tree_view"
#define PM_BYTES_VIEW_KEY "popup_menu_bytes_view"
#define PM_STATUSBAR_PROFILES_KEY "popup_menu_statusbar_profiles"
+#define PM_COLUMNS_KEY "popup_menu_capture_options"
#define E_TB_MAIN_KEY "toolbar_main"
#define E_TB_FILTER_KEY "toolbar_filter"