[gthumb] use gThumb in the window title



commit 77758fa4a43f52bb8ea181595699f4f79591f9a5
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Jul 10 12:36:33 2011 +0200

    use gThumb in the window title

 gthumb/gth-browser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-browser.c b/gthumb/gth-browser.c
index af6d182..17c9ff9 100644
--- a/gthumb/gth-browser.c
+++ b/gthumb/gth-browser.c
@@ -518,7 +518,7 @@ gth_browser_update_title (GthBrowser *browser)
 
 	if (title->len > 0)
 		g_string_append (title, " - ");
-	g_string_append (title, _("gthumb"));
+	g_string_append (title, _("gThumb"));
 
 	gtk_window_set_title (GTK_WINDOW (browser), title->str);
 



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