From 4d431d4487481087d66d8a85bc66c7eeab3cedd5 Mon Sep 17 00:00:00 2001 From: Konstantin Bulenkov Date: Mon, 5 Jul 2010 13:43:16 +0400 Subject: [PATCH] +Mac OS for --- platform/util/src/com/intellij/Patches.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/util/src/com/intellij/Patches.java b/platform/util/src/com/intellij/Patches.java index af6571b56953..6c05955bc86b 100644 --- a/platform/util/src/com/intellij/Patches.java +++ b/platform/util/src/com/intellij/Patches.java @@ -122,10 +122,10 @@ public class Patches { public static final boolean MAC_HIDE_QUIT_HACK = false; /** - * Causes calling thread to lock up aquiring content of the system clipboard on linux. Being called from the swing thread an + * Causes calling thread to lock up acquiring content of the system clipboard on linux. Being called from the swing thread an * application stops responding. */ - public static final boolean SUN_BUG_ID_4818143 = SystemInfo.isLinux || SystemInfo.isFreeBSD; + public static final boolean SUN_BUG_ID_4818143 = SystemInfo.isLinux || SystemInfo.isFreeBSD || SystemInfo.isMac; /** * Java does not recognize the optional BOM which can begin a UTF-8 stream.