[vlc-commits] macosx: use UTF-8 instead of Windows Latin 1 as source code encoding

Felix Paul Kühne git at videolan.org
Fri Mar 8 19:46:56 CET 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Mar  8 19:46:41 2013 +0100| [f0081079a5576ff961013c82104658e689886fb7] | committer: Felix Paul Kühne

macosx: use UTF-8 instead of Windows Latin 1 as source code encoding

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

 modules/gui/macosx/wizard.m |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/macosx/wizard.m b/modules/gui/macosx/wizard.m
index f61cf70..c1a4f79 100644
--- a/modules/gui/macosx/wizard.m
+++ b/modules/gui/macosx/wizard.m
@@ -4,7 +4,7 @@
  * Copyright (C) 2005-2013 VLC authors and VideoLAN
  * $Id$
  *
- * Authors: Felix Paul Kühne <fkuehne at videolan dot org>,
+ * Authors: Felix Paul Kühne <fkuehne at videolan dot org>,
  *          Brendon Justin <brendonjustin at gmail.com>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -25,7 +25,7 @@
 
 /*****************************************************************************
  * Note: this code is partially based upon ../wxwidgets/wizard.cpp and
- *         ../wxwidgets/streamdata.h; both written by Clément Stenac.
+ *         ../wxwidgets/streamdata.h; both written by Clément Stenac.
  *****************************************************************************/
 
 



More information about the vlc-commits mailing list