[vlc-commits] macosx: fix comment
Marvin Scholz
git at videolan.org
Tue Oct 9 10:58:19 CEST 2018
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Tue Oct 9 08:08:02 2018 +0200| [c841efd2ece1b3f9f0aa1a3479260c90f77437c6] | committer: Marvin Scholz
macosx: fix comment
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c841efd2ece1b3f9f0aa1a3479260c90f77437c6
---
modules/gui/macosx/VLCMainWindow.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/macosx/VLCMainWindow.m b/modules/gui/macosx/VLCMainWindow.m
index 4d772ace31..cc88fb1499 100644
--- a/modules/gui/macosx/VLCMainWindow.m
+++ b/modules/gui/macosx/VLCMainWindow.m
@@ -218,7 +218,7 @@ static const float f_min_window_height = 307.;
_fspanel = [[VLCFSPanelController alloc] init];
[_fspanel showWindow:self];
- /* make sure we display the desired default appearance when VLC launches for the first time */
+ // Check for first run and show metadata network access question
if (![defaults objectForKey:@"VLCFirstRun"]) {
[defaults setObject:[NSDate date] forKey:@"VLCFirstRun"];
More information about the vlc-commits
mailing list