A bunch of "{Mac} OS X" -> "macOS" changes.
[metze/wireshark/wip.git] / ui / qt / geometry_state_dialog.h
index 28ef1c5450effb324e2105d96fc3fc4cfc0349d9..868a8116a4800aed055921c4c90476bd55cedced 100644 (file)
@@ -33,7 +33,7 @@ public:
 // As discussed in change 7072, QDialogs have different minimize and "on
 // top" behaviors depending on their parents, flags, and platforms.
 //
-// W = Windows, L = Linux, X = OS X
+// W = Windows, L = Linux (and other non-macOS UN*Xes), X = macOS
 //
 // QDialog(parent)
 //
@@ -57,9 +57,9 @@ public:
 //   W, L, X: Independent, minimize button.
 //
 // Additionally, maximized, parent-less dialogs can close to a black screen
-// on OS X: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12544
+// on macOS: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12544
 //
-// Pass in the parent on OS X and NULL elsewhere so that we have an
+// Pass in the parent on macOS and NULL elsewhere so that we have an
 // independent window that un-maximizes correctly.
 #ifdef Q_OS_MAC
     explicit GeometryStateDialog(QWidget *parent, Qt::WindowFlags f = 0) : QDialog(parent, f) {}