Commit ac1ca29c authored by David Fuhrmann's avatar David Fuhrmann Committed by Felix Paul Kühne

macosx: fix build

(cherry picked from commit ac66eb9f1456d776f137fe0186b566d653b2dcf3)
Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 0063e263
......@@ -397,7 +397,6 @@ static VLCMainMenu *_o_sharedInstance = nil;
[o_mi_record setTitle: _NS("Record")];
[o_mi_rate setView: o_mi_rate_view];
[o_mi_rate_lbl setStringValue: _NS("Playback Speed")];
[o_mi_rate_lbl_gray setStringValue: _NS("Playback Speed")];
[o_mi_rate_slower_lbl setStringValue: _NS("Slower")];
[o_mi_rate_normal_lbl setStringValue: _NS("Normal")];
[o_mi_rate_faster_lbl setStringValue: _NS("Faster")];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment