help_path.diff 415 B

123456789101112
  1. --- a/aris.c 2021-02-10 17:51:33.532759576 +0400
  2. +++ b/aris.c 2021-02-10 17:52:15.210759108 +0400
  3. @@ -845,7 +845,7 @@
  4. if (the_app->working_dir)
  5. {
  6. parent = g_file_get_parent (parent);
  7. - sprintf (the_app->help_file, "file://%s/doc/aris/index.html", g_file_get_path (parent));
  8. + sprintf (the_app->help_file, "file:///usr/doc/aris-2.2/html/index.html", g_file_get_path (parent));
  9. }
  10. int ret;