[gnumeric] Change window title to be consistent with other Gnome Apps



commit e40adbe1adbeb45faee351c47e64931b6eade7a3
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Mon Nov 16 01:15:05 2009 -0700

    Change window title to be consistent with other Gnome Apps
    
    2009-11-16  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* src/wbc-gtk.c (wbcg_update_title): be consistent with most other
    	  Gnome programs.

 ChangeLog     |    5 +++++
 src/wbc-gtk.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d85cbb0..8281c04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-16  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/wbc-gtk.c (wbcg_update_title): be consistent with most other 
+	  Gnome programs.
+
 2009-11-14  Morten Welinder  <terra gnome org>
 
 	* src/mathfunc.c (pd_lower_cf): Fix convergence test.  Test case is
diff --git a/src/wbc-gtk.c b/src/wbc-gtk.c
index 62df3ac..98f1b29 100644
--- a/src/wbc-gtk.c
+++ b/src/wbc-gtk.c
@@ -1364,7 +1364,7 @@ wbcg_update_title (WBCGtk *wbcg)
 	char *title = g_strconcat
 		(go_doc_is_dirty (doc) ? "*" : "",
 		 basename ? basename : doc->uri,
-		 _(" : Gnumeric"),
+		 _(" - Gnumeric"),
 		 NULL);
 	gtk_window_set_title (wbcg_toplevel (wbcg), title);
 	g_free (title);



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