]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commitdiff
Fix the program-name (was: name) on the About dialog.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 31 Mar 2012 00:49:50 +0000 (20:49 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 31 Mar 2012 00:49:50 +0000 (20:49 -0400)
panel-plugin/xfce4-hdaps-dialogs.c

index 364fef4e8335437341fc8eddada2313c9b1f2e57..24f6930d4a75a0ac4f6e5289fc4cfbfcdb19ab92 100644 (file)
@@ -232,7 +232,7 @@ void hdaps_about(XfcePanelPlugin *plugin) {
                        "license", LICENSE_GPL3,
                        "logo-icon-name", PACKAGE_NAME,
                        "icon-name", PACKAGE_NAME,
                        "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",
                        "version", PACKAGE_VERSION,
                        "website", PLUGIN_WEBSITE,
                        "website-label", "xfce4-hdaps homepage",