]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/output.m
Use the additional middle button on the new Apple Remote introduced in 2009 to toggle...
[vlc] / modules / gui / macosx / output.m
index 8d69b577aa6d9844a650cc9b27ccb2d5647d1c08..14ff97b768d3136a167695b04c08b2967d5afc90 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * output.m: MacOS X Output Dialog
  *****************************************************************************
- * Copyright (C) 2002-2006 the VideoLAN team
+ * Copyright (C) 2002-2007 the VideoLAN team
  * $Id$
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
@@ -59,7 +59,7 @@
     o_mrl = [o_mrl_array copy];
 }
 
-- (NSArray *)getMRL
+- (NSArray *)mrl
 {
     return [o_mrl copy];
 }