* put a warning to prevent users from reporting known bugs for panel is which won't be included within 0.8.5

* fixed svn propset
This commit is contained in:
Felix Paul Kühne 2006-03-09 10:04:01 +00:00
parent 38540559f5
commit c0d091cefb
2 changed files with 10 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/*****************************************************************************
* sfilter.h: MacOS X Subpicture filters dialogue
*****************************************************************************
* Copyright (C) 2005 the VideoLAN team
* Copyright (C) 2005-2006 the VideoLAN team
* $Id:$
*
* Authors: Felix Kühne <fkuehne@users.sf.net>

View File

@ -1,7 +1,7 @@
/*****************************************************************************
* sfilter.m: MacOS X Subpicture filters dialogue
*****************************************************************************
* Copyright (C) 2005 the VideoLAN team
* Copyright (C) 2005-2006 the VideoLAN team
* $Id:$
*
* Authors: Felix Kühne <fkuehne@users.sf.net>
@ -36,7 +36,6 @@
/* TODO:
- check for memory leaks
- save the preferences, if requested
- fix stupid compilation warnings
*/
@implementation VLCsFilters
@ -243,6 +242,14 @@ 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 */