f-spot r4340 - in trunk: . src/Imaging



Author: sdelcroix
Date: Mon Sep 15 09:27:40 2008
New Revision: 4340
URL: http://svn.gnome.org/viewvc/f-spot?rev=4340&view=rev

Log:
2008-09-15  Stephane Delcroix  <sdelcroix novell com>

	* src/Imaging/Tiff.cs: fix the charset for writing UserComment.
	Patch from Ulf Rompe, Fixes bgo #551593


Modified:
   trunk/ChangeLog
   trunk/src/Imaging/Tiff.cs

Modified: trunk/src/Imaging/Tiff.cs
==============================================================================
--- trunk/src/Imaging/Tiff.cs	(original)
+++ trunk/src/Imaging/Tiff.cs	Mon Sep 15 09:27:40 2008
@@ -459,7 +459,7 @@
 				heading = "ASCII\0\0\0";
 				enc = new System.Text.ASCIIEncoding ();
 			} else {
-				heading = "Unicode\0";
+				heading = "UNICODE\0";
 				enc = new System.Text.UnicodeEncoding (! is_little, true);
 			}
 			



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]