[ghex] Added tranlators tab to about dialog



commit 6bea8421266e0857dc27f531870079ccc83a43cb
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Feb 8 20:25:44 2010 +0100

    Added tranlators tab to about dialog

 src/ui.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/ui.c b/src/ui.c
index fbd0436..96fcb32 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -268,6 +268,8 @@ about_cb (BonoboUIComponent *uic, gpointer user_data, const gchar* verbname)
 		gtk_about_dialog_set_license (GTK_ABOUT_DIALOG (about),
 				_("Released under the terms of GNU Public License"));
 		gtk_about_dialog_set_authors (GTK_ABOUT_DIALOG (about), authors);
+		gtk_about_dialog_set_translator_credits (GTK_ABOUT_DIALOG (about),
+		                                         _("translator-credits"));
 		gtk_about_dialog_set_logo_icon_name (GTK_ABOUT_DIALOG (about), "ghex");
 		g_signal_connect(G_OBJECT(about), "destroy",
 						 G_CALLBACK(about_destroy_cb), NULL);



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