]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/sfilters.h
Fix macosx gui compilation (shame on me i broke it in [21943])
[vlc] / modules / gui / macosx / sfilters.h
index 596f4fec2e2d8a5be39e5393ac6d7384a67c9416..a7ab87ae4fca4f00b1b45842ab955b9fc4a7243b 100644 (file)
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * sfilter.h: MacOS X Subpicture filters dialogue
  *****************************************************************************
- * Copyright (C) 2005 the VideoLAN team
- * $Id:$
+ * Copyright (C) 2005-2006 the VideoLAN team
+ * $Id$
  *
- * Authors: Felix K\9fhne <fkuehne@users.sf.net>
+ * Authors: Felix KΓΌhne <fkuehne@users.sf.net>
  *
  * 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
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #import <Cocoa/Cocoa.h>
-#import <vlc/intf.h>
+#import <vlc/vlc.h>
 
 @interface VLCsFilters : NSObject
 {
@@ -39,8 +39,8 @@
     IBOutlet id o_logo_opaque_lbl;
     IBOutlet id o_logo_opaque_sld;
     IBOutlet id o_logo_pos_lbl;
-    IBOutlet id o_logo_pos_rel_pop;
-    
+    IBOutlet id o_logo_pos_radio;
+
     /* marquee section */
     IBOutlet id o_marq_enabled_ckb;
     IBOutlet id o_marq_color_lbl;
@@ -50,7 +50,7 @@
     IBOutlet id o_marq_opaque_lbl;
     IBOutlet id o_marq_opaque_sld;
     IBOutlet id o_marq_pos_lbl;
-    IBOutlet id o_marq_pos_rel_pop;
+    IBOutlet id o_marq_pos_radio;
     IBOutlet id o_marq_size_inPx_lbl;
     IBOutlet id o_marq_size_lbl;
     IBOutlet id o_marq_size_pop;
     IBOutlet id o_time_opaque_lbl;
     IBOutlet id o_time_opaque_sld;
     IBOutlet id o_time_pos_lbl;
-    IBOutlet id o_time_pos_rel_pop;
+    IBOutlet id o_time_pos_radio;
     IBOutlet id o_time_size_inPx_lbl;
     IBOutlet id o_time_size_lbl;
     IBOutlet id o_time_size_pop;
     IBOutlet id o_time_stamp_fld;
     IBOutlet id o_time_stamp_lbl;
-    
+
     BOOL o_config_changed;
     BOOL o_save_settings;
     NSArray * o_colors;