tazweb rev 19 1.0.1

main.c should point to new /usr/share/doc/tazweb folder for docs.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Apr 04 14:06:42 2011 +0000 (2011-04-04)
parents 4d0f4be22a17
children 9740789a3744
files src/main.c
line diff
     1.1 --- a/src/main.c	Mon Apr 04 19:54:33 2011 +0200
     1.2 +++ b/src/main.c	Mon Apr 04 14:06:42 2011 +0000
     1.3 @@ -67,7 +67,7 @@
     1.4  static void
     1.5  tazweb_doc (GtkWidget* widget, gpointer data)
     1.6  {
     1.7 -    const gchar* uri = ("file:///usr/share/doc/slitaz/tazweb.html");
     1.8 +    const gchar* uri = ("file:///usr/share/doc/tazweb/tazweb.html");
     1.9      g_assert (uri);
    1.10      webkit_web_view_load_uri (web_view, uri);
    1.11  }