[gegl-edit] Updated about dialog again



commit f5439b855ab6419c21fa17205ce681b78bc9e106
Author: Isaac Wagner <isaacbw src gnome org>
Date:   Thu Aug 9 18:30:09 2012 -0400

    Updated about dialog again

 gegl-edit/gegl-edit.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gegl-edit/gegl-edit.c b/gegl-edit/gegl-edit.c
index 92c83cd..c7d84cb 100644
--- a/gegl-edit/gegl-edit.c
+++ b/gegl-edit/gegl-edit.c
@@ -359,8 +359,10 @@ G_MODULE_EXPORT void activated_about(GtkMenuItem *menuitem, gpointer user_data)
   gchar *authors[] = { "Isaac Wagner", NULL };
 
   gtk_show_about_dialog(GTK_WINDOW(data->window), 
-			"authors", authors,
+			"copyright", "Copyright (c) 2012 Isaac Wagner 2012 <isaacbwagner gmail com>",
+			"comments", "Graphical node editor for the GEGL image processing library",
 			"license", "GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007\n\n(See COPYING)",
+			"program-name", "GEGL-edit",
 			"version", "0.1",
 			"logo", data->logo,
 			NULL);



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