[f-spot] Update about dialog



commit ad2b34d6667bbd3f00dbcb3f2015ed7f4e074edd
Author: Lorenzo Milesi <maxxer yetopen it>
Date:   Sun May 16 13:21:16 2010 +0200

    Update about dialog

 src/UI.Dialog/AboutDialog.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/UI.Dialog/AboutDialog.cs b/src/UI.Dialog/AboutDialog.cs
index 73d111c..54c7ce5 100644
--- a/src/UI.Dialog/AboutDialog.cs
+++ b/src/UI.Dialog/AboutDialog.cs
@@ -28,6 +28,7 @@ namespace FSpot.UI.Dialog
 				"Primary Development",
 				"\tLawrence Ewing",
 				"\tStephane Delcroix",
+				"\tRuben Vermeersch",
 				"",
 				"Active Contributors to this release",
 				"\tChristian Krause",					//0.6.1.3
@@ -35,7 +36,6 @@ namespace FSpot.UI.Dialog
 				"\tIain Lane",						//0.6.1.3
 				"\tLorenzo Milesi",					//0.5.0
 				"\tMike Gem\x00fcnde",
-				"\tRuben Vermeersch",					//0.5.0, 0.6.0
 				"",
 				"Contributors",
 				"\tAaron Bockover",
@@ -92,7 +92,7 @@ namespace FSpot.UI.Dialog
 					s.Close ();
 				}
 			} catch (Exception e) {
-				Console.WriteLine (e);
+				Log.DebugException (e);
 				License = "GPL v2";
 			}
 			Logo = new Gdk.Pixbuf (System.Reflection.Assembly.GetEntryAssembly (), "f-spot-128.png");



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