[vlc-commits] macosx: Clarify VLCLogWindowController description
Marvin Scholz
git at videolan.org
Wed Aug 9 14:39:48 CEST 2017
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Aug 9 14:26:57 2017 +0200| [49f1a096de5fa87f44c6fcfddb57ab57ef1d8718] | committer: Marvin Scholz
macosx: Clarify VLCLogWindowController description
This class has nothing to do with a crash reporter.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=49f1a096de5fa87f44c6fcfddb57ab57ef1d8718
---
modules/gui/macosx/VLCLogWindowController.h | 2 +-
modules/gui/macosx/VLCLogWindowController.m | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/macosx/VLCLogWindowController.h b/modules/gui/macosx/VLCLogWindowController.h
index 6ed196c374..72ac665661 100644
--- a/modules/gui/macosx/VLCLogWindowController.h
+++ b/modules/gui/macosx/VLCLogWindowController.h
@@ -1,5 +1,5 @@
/*****************************************************************************
- * VLCLogWindowController.h: Mac OS X interface crash reporter
+ * VLCLogWindowController.h: Log message window controller
*****************************************************************************
* Copyright (C) 2004-2013 VLC authors and VideoLAN
* $Id$
diff --git a/modules/gui/macosx/VLCLogWindowController.m b/modules/gui/macosx/VLCLogWindowController.m
index 607d88e52a..e12660c3ab 100644
--- a/modules/gui/macosx/VLCLogWindowController.m
+++ b/modules/gui/macosx/VLCLogWindowController.m
@@ -1,5 +1,5 @@
/*****************************************************************************
- * VLCLogWindowController.m: Mac OS X interface crash reporter
+ * VLCLogWindowController.m: Log message window controller
*****************************************************************************
* Copyright (C) 2004-2013 VLC authors and VideoLAN
* $Id$
More information about the vlc-commits
mailing list