浏览代码

MAC -> UTF-8

Rémi Denis-Courmont 15 年之前
父节点
当前提交
18c6a177f4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Headers/Internal/VLCEventManager.h

+ 2 - 2
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.