[vlc-commits] macosx/fspanel: fixed c&p mistake

Felix Paul Kühne git at videolan.org
Sat Aug 25 14:45:29 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Aug 25 14:45:03 2012 +0200| [eef80aeea558b03de7f05cbc79aac389306941f5] | committer: Felix Paul Kühne

macosx/fspanel: fixed c&p mistake

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eef80aeea558b03de7f05cbc79aac389306941f5
---

 modules/gui/macosx/fspanel.m |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/macosx/fspanel.m b/modules/gui/macosx/fspanel.m
index 4eca336..27e6d70 100644
--- a/modules/gui/macosx/fspanel.m
+++ b/modules/gui/macosx/fspanel.m
@@ -441,8 +441,8 @@
     [o_fs_timeSlider setFloatValue: 0];
     [o_fs_timeSlider setContinuous: YES];
     [o_fs_timeSlider setTarget: self];
-    [o_fs_volumeSlider setAction: @selector(fsTimeSliderUpdate:)];
-    [[o_fs_volumeSlider cell] accessibilitySetOverrideValue:_NS("Click and move the mouse while keeping the button pressed to use this slider to change current playback position.") forAttribute:NSAccessibilityDescriptionAttribute];
+    [o_fs_timeSlider setAction: @selector(fsTimeSliderUpdate:)];
+    [[o_fs_timeSlider cell] accessibilitySetOverrideValue:_NS("Click and move the mouse while keeping the button pressed to use this slider to change current playback position.") forAttribute:NSAccessibilityDescriptionAttribute];
     [self addSubview: o_fs_timeSlider];
 
     /* volume slider */



More information about the vlc-commits mailing list