[vlc-devel] commit: MAC -> UTF-8 ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue Nov 24 22:06:47 CET 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Nov 24 23:06:27 2009 +0200| [b78e1e6ab6875fa3625cc9434aadb5f913abf547] | committer: Rémi Denis-Courmont 

MAC -> UTF-8

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

 .../framework/Headers/Internal/VLCEventManager.h   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/macosx/framework/Headers/Internal/VLCEventManager.h b/projects/macosx/framework/Headers/Internal/VLCEventManager.h
index 2263fce..a7a06d2 100644
--- a/projects/macosx/framework/Headers/Internal/VLCEventManager.h
+++ b/projects/macosx/framework/Headers/Internal/VLCEventManager.h
@@ -57,7 +57,7 @@
  * have a significant return value and should take a single argument of type NSNotification, 
  * or no arguments.
  *
- * See ÒSelectorsÓ for a description of the SEL type.
+ * See “Selectors” for a description of the SEL type.
  * \param aNotificiationName The name of the notification that should be sent to the 
  * distributed notification center.
  */
@@ -78,7 +78,7 @@
  * have a significant return value and should take a single argument of type id, 
  * or no arguments.
  *
- * See ÒSelectorsÓ for a description of the SEL type.
+ * See “Selectors” for a description of the SEL type.
  * \param arg The argument to pass in the message.  Pass nil if the method does not take an 
  * argument.
  * distributed notification center.




More information about the vlc-devel mailing list