f-spot r3622 - trunk/src/Utils



Author: sdelcroix
Date: Fri Feb  1 10:56:23 2008
New Revision: 3622
URL: http://svn.gnome.org/viewvc/f-spot?rev=3622&view=rev

Log:
fixing a gendarme warning

Modified:
   trunk/src/Utils/GnomeUtil.cs

Modified: trunk/src/Utils/GnomeUtil.cs
==============================================================================
--- trunk/src/Utils/GnomeUtil.cs	(original)
+++ trunk/src/Utils/GnomeUtil.cs	Fri Feb  1 10:56:23 2008
@@ -46,10 +46,10 @@
 						link_id,
 						screen);
 			} catch {
-				string message = Mono.Unix.Catalog.GetString ("The \"F-Spot Manual\" could " +
+				Console.WriteLine (Mono.Unix.Catalog.GetString ("The \"F-Spot Manual\" could " +
 						"not be found.  Please verify " +
 						"that your installation has been " +
-						"completed successfully.");
+						"completed successfully."));
 			}
 		}
 



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