X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fgtk%2Fhelpmenu.c;h=50ddd4a10287e5f54b49a464bb1d23d1d3a63deb;hb=d230e5df59cfca29c61723b339a61d8d3316a073;hp=6d3f9e0a136aedd900d5025e696c57a840860daa;hpb=30f7307f6134ef59e958d5be139587c422c25b1d;p=emu8051.git diff --git a/src/gtk/helpmenu.c b/src/gtk/helpmenu.c index 6d3f9e0..50ddd4a 100644 --- a/src/gtk/helpmenu.c +++ b/src/gtk/helpmenu.c @@ -39,8 +39,6 @@ #include "messagebox.h" #include "helpmenu.h" -#define PACKAGE_COPYRIGHT "(c) Hugo Villeneuve" - static void HelpCommandsEvent(gchar *string) { @@ -87,7 +85,7 @@ HelpAboutEvent(GtkWidget *widget, gpointer data) "title", "About Dialog", "version", PACKAGE_VERSION, "logo-icon-name", PACKAGE_TARNAME, - "comments", get_package_description(), + "comments", PACKAGE_DESCRIPTION, "authors", authors, "website", PACKAGE_URL, "copyright", PACKAGE_COPYRIGHT,