[buoh] Completed about dialog



commit 4311af3191cbe0f7047a04e59fcf531bcd6a9aa4
Author: Pablo Castellano <pablog src gnome org>
Date:   Thu Jan 7 03:20:43 2010 +0100

    Completed about dialog

 src/buoh-view.c   |    2 +-
 src/buoh-window.c |    9 +++++----
 src/main.c        |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/src/buoh-view.c b/src/buoh-view.c
index 507dfd6..c5908b6 100644
--- a/src/buoh-view.c
+++ b/src/buoh-view.c
@@ -152,7 +152,7 @@ buoh_view_init (BuohView *buoh_view)
 					     GTK_SHADOW_NONE);
 	buoh_view->priv->message = buoh_view_message_new ();
 	buoh_view_message_set_title (BUOH_VIEW_MESSAGE (buoh_view->priv->message),
-				     _("Buoh online comics reader"));
+				     _("Buoh online comic strips reader"));
 	buoh_view_message_set_text (BUOH_VIEW_MESSAGE (buoh_view->priv->message),
 				    _("Welcome to <b>Buoh</b>, the online comics reader for GNOME Desktop.\n"
 				      "The list on the left panel contains your favourite comic strips "
diff --git a/src/buoh-window.c b/src/buoh-window.c
index a185d09..3677722 100644
--- a/src/buoh-window.c
+++ b/src/buoh-window.c
@@ -840,12 +840,13 @@ buoh_window_cmd_help_about (GtkAction *action, gpointer gdata)
 	};
 
 	gtk_show_about_dialog (GTK_WINDOW (window),
-			       "name", _("Buoh online comics reader"),
-			       "version", VERSION,
-			       "copyright", "Copyright \xC2\xA9 2004 Esteban Sánchez Muñoz - Pablo Arroyo Loma",
 			       "authors", authors,
-			       "translator-credits", _("translator-credits"),
+			       "comments", _("Online comic strips reader"),
+			       "copyright", "Copyright \xC2\xA9 2004 Esteban Sánchez Muñoz - Pablo Arroyo Loma",
 			       "logo-icon-name", "buoh",
+			       "translator-credits", _("translator-credits"),
+			       "version", VERSION,
+			       "website", "http://buoh.steve-o.org/";,
 			       NULL);
 }
 
diff --git a/src/main.c b/src/main.c
index e8a60f3..958a63e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -44,7 +44,7 @@ main (gint argc, gchar **argv)
 
 	gtk_init (&argc, &argv);
 
-	g_set_application_name (_("Buoh online comics browser"));
+	g_set_application_name (_("Buoh"));
 	gtk_window_set_default_icon_name ("buoh");
 
 	/* Init threads */



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