]> git.sesse.net Git - vlc/commitdiff
* put a warning to prevent users from reporting known bugs for panel is which won...
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 9 Mar 2006 10:04:01 +0000 (10:04 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 9 Mar 2006 10:04:01 +0000 (10:04 +0000)
* fixed svn propset

modules/gui/macosx/sfilters.h
modules/gui/macosx/sfilters.m

index 3d83ed3ea44fe372107b3f33681f864e0c1661d1..e678d7504630c54d87c5d54f98213cd04075c70d 100644 (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>
index d699d943143ee1d46224a7ab4d533244c7b37920..e4b15a4ac7d40b41317880103288bd4c3ca6a0ba 100644 (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 */