mac setup: Update comment for version check

This commit is contained in:
Hylke Bons 2013-06-26 09:58:39 +01:00
parent 6741229b9e
commit e1b24b7ee2

View file

@ -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