f-spot r4214 - trunk/src/Imaging



Author: lmilesi
Date: Wed Jul 30 07:55:16 2008
New Revision: 4214
URL: http://svn.gnome.org/viewvc/f-spot?rev=4214&view=rev

Log:
Changing "not implemented" to "not supported", which is easier for users to understand. Suggestion by Hanno Boeck, fix bgo#545191.


Modified:
   trunk/src/Imaging/ImageFile.cs

Modified: trunk/src/Imaging/ImageFile.cs
==============================================================================
--- trunk/src/Imaging/ImageFile.cs	(original)
+++ trunk/src/Imaging/ImageFile.cs	Wed Jul 30 07:55:16 2008
@@ -84,7 +84,7 @@
 		
 		public virtual void Save (Gdk.Pixbuf pixbuf, System.IO.Stream stream)
 		{
-			throw new NotImplementedException (Catalog.GetString ("Writing to this file format is not implemented"));
+			throw new NotImplementedException (Catalog.GetString ("Writing to this file format is not supported"));
 		}
 
 		protected Gdk.Pixbuf TransformAndDispose (Gdk.Pixbuf orig)



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