vlc | branch: master | Felix Paul Kühne <[email protected]> | Sat May 13 
17:52:31 2017 +0200| [8bcfc14c2bb1c3f7ddbe29b7264efd1efa22f10c] | committer: 
Felix Paul Kühne

macosx: implement resetting prefs from advanced prefs

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

 modules/gui/macosx/prefs.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/prefs.m b/modules/gui/macosx/prefs.m
index dbeed4798f..449857fd33 100644
--- a/modules/gui/macosx/prefs.m
+++ b/modules/gui/macosx/prefs.m
@@ -232,7 +232,7 @@
 
 - (IBAction)resetPrefs:(id)sender
 {
-#warning implement me
+    [[[VLCMain sharedInstance] simplePreferences] resetPreferences:sender];
 }
 
 - (void)loadConfigTree

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to