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,