summaryrefslogtreecommitdiff
path: root/ui/qt/geometry_state_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/geometry_state_dialog.h')
-rw-r--r--ui/qt/geometry_state_dialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/qt/geometry_state_dialog.h b/ui/qt/geometry_state_dialog.h
index 28ef1c5450..868a8116a4 100644
--- a/ui/qt/geometry_state_dialog.h
+++ b/ui/qt/geometry_state_dialog.h
@@ -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) {}