Commit 07eee2b8 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* removed instability warning, which was introduced for the 0.8.5 betas

parent 832b6848
......@@ -2,7 +2,7 @@
* sfilter.m: MacOS X Subpicture filters dialogue
*****************************************************************************
* Copyright (C) 2005-2006 the VideoLAN team
* $Id:$
* $Id$
*
* Authors: Felix Kühne <fkuehne@users.sf.net>
*
......@@ -242,14 +242,6 @@ static VLCsFilters *_o_sharedInstance = nil;
[o_sfilter_win displayIfNeeded];
[o_sfilter_win makeKeyAndOrderFront:nil];
/* show a warning until the panel is removed for 0.8.5
* This isn't to be localised */
NSBeginCriticalAlertSheet( @"Implementation incomplete", @"OK", \
@"", @"", o_sfilter_win, nil, nil, nil, nil, @"The panel " \
"you just opened is not implemented completely and contains " \
"various limitations and certain bugs. Be warned.\n\nIt isn't going " \
"to be included within the final build of VLC 0.8.5." );
intf_thread_t * p_intf = VLCIntf;
/* retrieve the marquee settings */
......
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