From: Michael Orlitzky Date: Sat, 31 Mar 2012 00:49:50 +0000 (-0400) Subject: Fix the program-name (was: name) on the About dialog. X-Git-Tag: v0.0.8~2 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=commitdiff_plain;h=7f06c7a331caa39e3590d16f04c0f8fd5fd7a162 Fix the program-name (was: name) on the About dialog. --- diff --git a/panel-plugin/xfce4-hdaps-dialogs.c b/panel-plugin/xfce4-hdaps-dialogs.c index 364fef4..24f6930 100644 --- a/panel-plugin/xfce4-hdaps-dialogs.c +++ b/panel-plugin/xfce4-hdaps-dialogs.c @@ -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",