[vlc-commits] macosx: More class description clarifications
Marvin Scholz
git at videolan.org
Sun Jul 23 17:32:41 CEST 2017
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sun Jul 23 17:24:29 2017 +0200| [47524d79d092c1217387adfdef358d07780fd12d] | committer: Marvin Scholz
macosx: More class description clarifications
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=47524d79d092c1217387adfdef358d07780fd12d
---
modules/gui/macosx/VLCPlaylistInfo.h | 2 +-
modules/gui/macosx/VLCPlaylistInfo.m | 2 +-
modules/gui/macosx/VLCPlaylistView.h | 2 +-
modules/gui/macosx/VLCPlaylistView.m | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/gui/macosx/VLCPlaylistInfo.h b/modules/gui/macosx/VLCPlaylistInfo.h
index 3aa84e57c8..6a3f1051d4 100644
--- a/modules/gui/macosx/VLCPlaylistInfo.h
+++ b/modules/gui/macosx/VLCPlaylistInfo.h
@@ -1,5 +1,5 @@
/*****************************************************************************
- * VLCPlaylistInfo.h: MacOS X interface module
+ * VLCPlaylistInfo.h: Controller for the codec info panel
*****************************************************************************
* Copyright (C) 2002-2015 VLC authors and VideoLAN
* $Id$
diff --git a/modules/gui/macosx/VLCPlaylistInfo.m b/modules/gui/macosx/VLCPlaylistInfo.m
index 86c080bf15..817ed95eed 100644
--- a/modules/gui/macosx/VLCPlaylistInfo.m
+++ b/modules/gui/macosx/VLCPlaylistInfo.m
@@ -1,5 +1,5 @@
/*****************************************************************************
- * VLCPlaylistInfo.m: MacOS X interface module
+ * VLCPlaylistInfo.m: Controller for the codec info panel
*****************************************************************************
* Copyright (C) 2002-2015 VLC authors and VideoLAN
* $Id$
diff --git a/modules/gui/macosx/VLCPlaylistView.h b/modules/gui/macosx/VLCPlaylistView.h
index 83f2a19142..c7818bb02f 100644
--- a/modules/gui/macosx/VLCPlaylistView.h
+++ b/modules/gui/macosx/VLCPlaylistView.h
@@ -1,5 +1,5 @@
/*****************************************************************************
- * VLCPlaylistView.h: MacOS X interface module
+ * VLCPlaylistView.h: OutlineView subclass for the playlist
*****************************************************************************
* Copyright (C) 2002-2015 VLC authors and VideoLAN
* $Id$
diff --git a/modules/gui/macosx/VLCPlaylistView.m b/modules/gui/macosx/VLCPlaylistView.m
index 2a54d9c1e0..32aa821cb8 100644
--- a/modules/gui/macosx/VLCPlaylistView.m
+++ b/modules/gui/macosx/VLCPlaylistView.m
@@ -1,5 +1,5 @@
/*****************************************************************************
- * VLCPlaylistView.m: MacOS X interface module
+ * VLCPlaylistView.m: OutlineView subclass for the playlist
*****************************************************************************
* Copyright (C) 2003-2015 VLC authors and VideoLAN
* $Id$
More information about the vlc-commits
mailing list