[vlc-commits] macosx: implement resetting prefs from advanced prefs

Felix Paul Kühne git at videolan.org
Sat May 13 17:52:48 CEST 2017


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | 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



More information about the vlc-commits mailing list