adium 2196:31f8009beb34: This file wasn't saved as UTF or someth...

commits at adium.im commits at adium.im
Sat May 16 01:52:59 UTC 2009


details:	http://hg.adium.im/adium/rev/31f8009beb34
revision:	2196:31f8009beb34
author:		Zachary West <zacw at adium.im>
date:		Fri May 15 21:52:42 2009 -0400

This file wasn't saved as UTF or something for some reason, thus erroring out genstrings.

diffstat:

 Frameworks/AIUtilities Framework/Source/AIAttributedStringAdditions.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r f01ecfbd0bc5 -r 31f8009beb34 Frameworks/AIUtilities Framework/Source/AIAttributedStringAdditions.h
--- a/Frameworks/AIUtilities Framework/Source/AIAttributedStringAdditions.h	Fri May 15 21:29:58 2009 -0400
+++ b/Frameworks/AIUtilities Framework/Source/AIAttributedStringAdditions.h	Fri May 15 21:52:42 2009 -0400
@@ -194,7 +194,7 @@
 /*!
  * @brief Generate an NSAttributedString without links
  *
- * This method replaces each link from the receiver with Òtitle (URI)Ó in the result.
+ * This method replaces each link from the receiver with “title (URI)” in the result.
  *
  * @return An autoreleased copy of the receiver with each link expanded to the title followed by its URI.
  */
@@ -246,5 +246,3 @@
 + (NSAttributedString *)attributedStringWithString:(NSString *)inString linkRange:(NSRange)linkRange linkDestination:(id)link;
 
 @end
-
-




More information about the commits mailing list