aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_file_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/capture_file_dialog.h')
-rw-r--r--ui/qt/capture_file_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/capture_file_dialog.h b/ui/qt/capture_file_dialog.h
index 9dd95c47a3..d213ed0e2b 100644
--- a/ui/qt/capture_file_dialog.h
+++ b/ui/qt/capture_file_dialog.h
@@ -58,7 +58,7 @@ class CaptureFileDialog : public QFileDialog
//
// On Windows Vista and later we should probably use IFileOpenDialog. On earlier
// versions of Windows (including XP) we should use GetOpenFileName, which is
- // what we do in ui/win32/file_dlg_win32.c. On OS X we should use NSOpenPanel. On
+ // what we do in ui/win32/file_dlg_win32.c. macOS we should use NSOpenPanel. On
// other platforms we should fall back to QFileDialog.
//
// Yes, that's four implementations of the same window.