[f-spot] Set application name for exception dialog.



commit 27207c1795fea5351265954430d054d2e3586278
Author: Paul Lange <palango gmx de>
Date:   Tue Jul 6 22:45:41 2010 +0200

    Set application name for exception dialog.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622352

 src/main.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/main.cs b/src/main.cs
index 10ed7a2..0de0f29 100644
--- a/src/main.cs
+++ b/src/main.cs
@@ -134,6 +134,7 @@ namespace FSpot
 		{
 			args = FixArgs (args);
 
+			ApplicationContext.ApplicationName = "F-Spot";
 			ApplicationContext.TrySetProcessName (Defines.PACKAGE);
 
 			Paths.ApplicationName = "f-spot";



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