]> git.sur5r.net Git - glabels/blobdiff - src/ui-commands.c
Imported Upstream version 3.2.0
[glabels] / src / ui-commands.c
index 78cdbcf1182b322a8f2f9a4758ea7b944abf6bb0..86ac0757daee4ff3b90bfe5f827aec643b2b9f47 100644 (file)
@@ -1102,7 +1102,7 @@ gl_ui_cmd_help_contents (GtkAction *action,
         g_return_if_fail (window && GL_IS_WINDOW(window));
 
         gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (window)),
-                      "ghelp:glabels-3.0",
+                      "help:glabels-3.0",
                       gtk_get_current_event_time(),
                       &error);
         
@@ -1157,7 +1157,7 @@ gl_ui_cmd_help_about (GtkAction *action,
                 NULL
         };
 
-        const gchar *copy_text = "Copyright \xc2\xa9 2001-2010 Jim Evins";
+        const gchar *copy_text = "Copyright \xc2\xa9 2001-2012 Jim Evins";
 
         const gchar *about_text = _("A label and business card creation program.\n");