Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
07eee2b8
Commit
07eee2b8
authored
Apr 16, 2006
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* removed instability warning, which was introduced for the 0.8.5 betas
parent
832b6848
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
modules/gui/macosx/sfilters.m
modules/gui/macosx/sfilters.m
+1
-9
No files found.
modules/gui/macosx/sfilters.m
View file @
07eee2b8
...
...
@@ -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\n
It 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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment