aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.h
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2008-10-26 23:07:37 +0000
committerStephen Fisher <steve@stephen-fisher.com>2008-10-26 23:07:37 +0000
commit1fa606decfc91329e9a264bb02b955a8b2aae191 (patch)
tree520381822391740b78e5af95beedcc5eabec8d82 /epan/prefs.h
parent3a14d073c0ff54a425ddf22463ff461c7a2087da (diff)
More updates to the IGE Mac OS X integration feature:
- Adds preference "MacOS X style" to the (G)UI preferences pane - When the preference above is enabled, the menu bar is moved from the Wireshark window to the top of the screen. It is no longer displayed in both places at once. This preference defaults to on. - Calls function to enable shortcut keys for OS X top of screen menus. - NOTE: The IGE Mac Integration functions change the Control key to Command key in the menus. This may or may not be desirable. svn path=/trunk/; revision=26565
Diffstat (limited to 'epan/prefs.h')
-rw-r--r--epan/prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/prefs.h b/epan/prefs.h
index ae9414729b..07760a3745 100644
--- a/epan/prefs.h
+++ b/epan/prefs.h
@@ -123,6 +123,7 @@ typedef struct _e_prefs {
gboolean gui_geometry_save_position;
gboolean gui_geometry_save_size;
gboolean gui_geometry_save_maximized;
+ gboolean gui_macosx_style;
console_open_e gui_console_open;
guint gui_recent_df_entries_max;
guint gui_recent_files_count_max;