aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-11-10 13:07:54 -0800
committerGuy Harris <guy@alum.mit.edu>2015-11-10 21:08:45 +0000
commit0b05086754ad977d639ed7715a34b57b5e0ee28e (patch)
treebe904ceb0af94e39ac0c02c5d0e9fbbf2fa5483b /doc
parent0d497e812508b3d71716618e39647a107c206b1d (diff)
Apple calls it just "OS X" these days.
Change-Id: I98905988ceb394d27307d1cbe883d8fe95ac23e4 Reviewed-on: https://code.wireshark.org/review/11703 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.plugins6
-rw-r--r--doc/README.qt2
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/README.plugins b/doc/README.plugins
index e8cac10246..0fbcd5da66 100644
--- a/doc/README.plugins
+++ b/doc/README.plugins
@@ -363,9 +363,9 @@ The second parameter to ext_menubar_register_menu and ext_menubar_add_entry is
an internal definition for the menu, utilized by the GTK interface. It must not
contain any characters besides A-Z, a-z and 0-9.
-Using the Gtk Version and a Mac OSX operating system, this will not work, and
-the Gtk interface is currently not supported on this plattform. The Qt interface
-on Mac provides the menu.
+This will not work with the GTK version on OS X; the GTK interface is
+currently not supported on this plattform. The Qt interface on OS X
+provides the menu.
For a more detailed information, please refer to plugin_if.h
diff --git a/doc/README.qt b/doc/README.qt
index d14157539b..b47ca6d96a 100644
--- a/doc/README.qt
+++ b/doc/README.qt
@@ -41,7 +41,7 @@ There are several ways of building the Qt UI:
cmake
make
- Note that CMake builds an application bundle (Wireshark.app) on Mac OS X
+ Note that CMake builds an application bundle (Wireshark.app) on OS X
by default. Use the option "-DENABLE_APPLICATION_BUNDLE=OFF" to create a
traditional UNIX/POSIX build.