From a8b3c397f8cd783aa699a02102a6524aa98de14a Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 25 Jan 2011 20:10:31 +0000 Subject: [PATCH] update to EPL add "program-name", "DotEdit" --- plugin/gtk/callbacks.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugin/gtk/callbacks.c b/plugin/gtk/callbacks.c index 3daf0a6e1..57f1e681a 100644 --- a/plugin/gtk/callbacks.c +++ b/plugin/gtk/callbacks.c @@ -185,9 +185,10 @@ on_about1_activate (GtkMenuItem *menuitem, GtkWindow *window = GTK_WINDOW(gtk_widget_get_toplevel(GTK_WIDGET(menuitem))); gtk_show_about_dialog(window, "name", "DotEdit", + "program-name", "DotEdit", "version", "0.1", - "copyright", "(C) 2005 AT&T Corp.", - "license", "Common Public License, Version 1.0.", + "copyright", "(C) 2011 AT&T Intellectual Procerty.", + "license", "Eclipse Public License v1.0.", "website", "http://www.graphviz.org", "comments", "Visualize and edit graphs of nodes and edges", "authors", authors, -- 2.40.0