[vlc-commits] macosx: Correct description of VLCStatusBarIcon class

Marvin Scholz git at videolan.org
Sun Jul 23 17:32:37 CEST 2017


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sun Jul 23 17:20:46 2017 +0200| [12e38c22b026f21370601ca0d4457e32c437f107] | committer: Marvin Scholz

macosx: Correct description of VLCStatusBarIcon class

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

 modules/gui/macosx/VLCStatusBarIcon.h | 2 +-
 modules/gui/macosx/VLCStatusBarIcon.m | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/macosx/VLCStatusBarIcon.h b/modules/gui/macosx/VLCStatusBarIcon.h
index 65cfdb059e..61c3dc10a7 100644
--- a/modules/gui/macosx/VLCStatusBarIcon.h
+++ b/modules/gui/macosx/VLCStatusBarIcon.h
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * VLCStatusBarIcon.h: Mac OS X module for vlc
+ * VLCStatusBarIcon.h: Status bar icon controller/delegate
  *****************************************************************************
  * Copyright (C) 2016 VLC authors and VideoLAN
  * $Id$
diff --git a/modules/gui/macosx/VLCStatusBarIcon.m b/modules/gui/macosx/VLCStatusBarIcon.m
index b5aca4db59..6f3a702f29 100644
--- a/modules/gui/macosx/VLCStatusBarIcon.m
+++ b/modules/gui/macosx/VLCStatusBarIcon.m
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * VLCStatusBarIcon.m: Mac OS X module for vlc
+ * VLCStatusBarIcon.m: Status bar icon controller/delegate
  *****************************************************************************
  * Copyright (C) 2016 VLC authors and VideoLAN
  * $Id$



More information about the vlc-commits mailing list