Commit be85a49e authored by Felix Paul Kühne's avatar Felix Paul Kühne

* ehm, we require 10.4, not 10.5 *cough*

parent bc90b532
......@@ -7,7 +7,7 @@
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Christophe Massiot <massiot@via.ecp.fr>
* Derk-Jan Hartman <hartman at videolan.org>
* Felix Khne <fkuehne at videolan dot org>
* Felix Paul Khne <fkuehne at videolan dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
......@@ -721,7 +721,7 @@ static VLCMain *_o_sharedMainInstance = nil;
var: "intf-add" selector: @selector(toggleVar:)];
/* check whether the user runs a valid version of OSX; alert is auto-released */
if( MACOS_VERSION < 10.5f )
if( MACOS_VERSION < 10.4f )
{
NSAlert *ourAlert;
int i_returnValue;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment