[vlc-commits] macosx: fixed minor glitch in the open panel
    Felix Paul Kühne 
    git at videolan.org
       
    Wed Mar 14 22:32:58 CET 2012
    
    
  
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Mar 14 22:32:51 2012 +0100| [c2c7ca26b3cda6af2204da23fa239a6202fe411d] | committer: Felix Paul Kühne
macosx: fixed minor glitch in the open panel
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c2c7ca26b3cda6af2204da23fa239a6202fe411d
---
 modules/gui/macosx/open.m |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/gui/macosx/open.m b/modules/gui/macosx/open.m
index 6bfe609..625212d 100644
--- a/modules/gui/macosx/open.m
+++ b/modules/gui/macosx/open.m
@@ -186,7 +186,6 @@ static VLCOpen *_o_sharedMainInstance = nil;
     [o_eyetv_chn_bgbar setUsesThreadedAnimation: YES];
 
     [o_capture_mode_pop removeAllItems];
-    [o_capture_mode_pop addItemWithTitle: _NS("Capture Device")];
     [o_capture_mode_pop addItemWithTitle: _NS("Video Device")];
     [o_capture_mode_pop addItemWithTitle: _NS("Audio Device")];
 
    
    
More information about the vlc-commits
mailing list