X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=panel-plugin%2Fxfce4-hdaps-dialogs.c;h=c919f8c23602e62603f8a1bd1cfce8ccc3848ce7;hb=1306b5a21887bc4a286c0c914ef8fb7bcddccbfb;hp=364fef4e8335437341fc8eddada2313c9b1f2e57;hpb=937fa0c0d3dd847fab7ec083b006e08aa80e079c;p=xfce4-hdaps.git diff --git a/panel-plugin/xfce4-hdaps-dialogs.c b/panel-plugin/xfce4-hdaps-dialogs.c index 364fef4..c919f8c 100644 --- a/panel-plugin/xfce4-hdaps-dialogs.c +++ b/panel-plugin/xfce4-hdaps-dialogs.c @@ -36,7 +36,7 @@ /* If people can't read the README, well maybe * they can do it /online/. */ -#define PLUGIN_WEBSITE "http://michael.orlitzky.com/code/xfce4-hdaps.php" +#define PLUGIN_WEBSITE "http://michael.orlitzky.com/code/xfce4-hdaps.xhtml" static void hdaps_configure_response(GtkWidget *dialog, @@ -232,7 +232,7 @@ void hdaps_about(XfcePanelPlugin *plugin) { "license", LICENSE_GPL3, "logo-icon-name", PACKAGE_NAME, "icon-name", PACKAGE_NAME, - "name", PACKAGE_NAME, + "program-name", PACKAGE_NAME, "version", PACKAGE_VERSION, "website", PLUGIN_WEBSITE, "website-label", "xfce4-hdaps homepage",