[brasero] Fix Documenters list in the About Dialog. Fixes bgo #646112. Added myself to Application authors



commit f81f48c25cb78e8b5b11ad598add3d56f3d4e58e
Author: Luis Medinas <lmedinas gnome org>
Date:   Wed Aug 17 22:29:16 2011 +0100

    Fix Documenters list in the About Dialog. Fixes bgo #646112. Added myself to Application authors

 src/brasero-app.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/brasero-app.c b/src/brasero-app.c
index 7e1ab70..4d8a9d1 100644
--- a/src/brasero-app.c
+++ b/src/brasero-app.c
@@ -1159,12 +1159,13 @@ on_about_cb (GtkAction *action, BraseroApp *app)
 {
 	const gchar *authors[] = {
 		"Philippe Rouquier <bonfire-app wanadoo fr>",
+		"Luis Medinas <lmedinas gmail com>",
 		NULL
 	};
 
 	const gchar *documenters[] = {
-		"Phil Bull <philbull gmail com>\n"
-		"Milo Casagrande <milo_casagrande yahoo it>\n"
+		"Phil Bull <philbull gmail com>",
+		"Milo Casagrande <milo_casagrande yahoo it>",
 		"Andrew Stabeno <stabeno gmail com>",
 		NULL
 	};



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