]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/blobdiff - panel-plugin/xfce4-hdaps-dialogs.c
Update the PLUGIN_WEBSITE constant.
[xfce4-hdaps.git] / panel-plugin / xfce4-hdaps-dialogs.c
index d03a6a7a482f10956bcc67059d47f1d5d22f4ff7..c919f8c23602e62603f8a1bd1cfce8ccc3848ce7 100644 (file)
@@ -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,
@@ -220,7 +220,7 @@ static void hdaps_mailto_handler(GtkAboutDialog *about,
 
 void hdaps_about(XfcePanelPlugin *plugin) {
   const gchar *authors[] = { "Michael Orlitzky <michael@orlitzky.com>", NULL };
-  const gchar *copyright = "Copyright \302\251 2011 Michael Orlitzky";
+  const gchar *copyright = "Copyright \302\251 2012 Michael Orlitzky";
 
   gtk_about_dialog_set_url_hook(hdaps_url_handler, NULL, NULL);
   gtk_about_dialog_set_email_hook(hdaps_mailto_handler, NULL, NULL);
@@ -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",