]> sigrok.org Git - sigrok-gtk.git/blobdiff - help.c
README: Add "Copyright and license" section.
[sigrok-gtk.git] / help.c
diff --git a/help.c b/help.c
index 54e4ec79c51bf6c7efaabcbed22b60a02b9f930a..00f23246369b312caccd459e7c31f029179deeb6 100644 (file)
--- a/help.c
+++ b/help.c
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the sigrok-gtk project.
  *
  * Copyright (C) 2011 Gareth McMullin <gareth@blacksphere.co.nz>
  *
@@ -17,7 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <sigrok.h>
+#include <libsigrok/libsigrok.h>
 #include <gtk/gtk.h>
 
 void help_wiki(void)
@@ -30,7 +30,7 @@ void help_about(GtkAction *action, GtkWindow *parent)
        (void)action;
 
        gtk_show_about_dialog(parent,
-               "program_name", "Sigrok-GTK",
+               "program_name", "sigrok-gtk",
                "version", "0.1",
                "logo-icon-name", "sigrok-logo",
                "comments", "Portable, cross-platform, "