From e1b24b7ee28c8b27091d512fd7953e4fe543238f Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 26 Jun 2013 09:58:39 +0100 Subject: [PATCH] mac setup: Update comment for version check --- SparkleShare/Mac/SparkleSetup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Mac/SparkleSetup.cs b/SparkleShare/Mac/SparkleSetup.cs index f6f8c797..65de0a98 100755 --- a/SparkleShare/Mac/SparkleSetup.cs +++ b/SparkleShare/Mac/SparkleSetup.cs @@ -253,7 +253,7 @@ namespace SparkleShare { TableView.AddColumn (IconColumn); TableView.AddColumn (DescriptionColumn); - // The notification center was introduced in Mountain Lion + // Hi-res display support was added after Snow Leopard if (Environment.OSVersion.Version.Major < 11) DataSource = new SparkleDataSource (1, Controller.Plugins); else