]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/vlm.m
legacy OS X intf: fixed check-for-update and fullscreen-toggle menu items
[vlc] / modules / gui / macosx / vlm.m
index de8cde60b7afbc834d7c09f9c2ea7adbfdbf7d65..39d19c4423d113974ce3a7a6b6202b75050999d5 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (c) 2008 the VideoLAN team
  * $Id$
  *
- * Authors: Felix Paul Kühne <fkuehne@videolan.org>
+ * Authors: Felix Paul Kühne <fkuehne at videolan dot org>
  *
  * 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
@@ -87,7 +87,7 @@ create_toolbar_item( NSString * o_itemIdent, NSString * o_name, NSString * o_des
     return o_toolbarItem;
 }
 
-- (NSToolbarItem *) toolbar: (NSToolbar *)o_sprefs_toolbar 
+- (NSToolbarItem *) toolbar: (NSToolbar *)o_vlm_toolbar 
       itemForItemIdentifier: (NSString *)o_itemIdent 
   willBeInsertedIntoToolbar: (BOOL)b_willBeInserted
 {