Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion macosx/macdnd.m
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@

/*
* After macOS 10.13 (High Sierra), new pasteboard types have beed defined,
* and the old ones have been deprecated (will be available up to 10.14 (Sonoma)).
* and the old ones have been deprecated (will be available up to macOS 10.14 (Mojave)).
*/
#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_13
#define TKDND_HIGH_SIERRA_OR_LATER
Expand Down