Update FAQ link used for Help > Frequent Questions
This commit is contained in:
parent
7fe6c5614f
commit
f24bc315e2
1 changed files with 1 additions and 1 deletions
|
@ -5135,7 +5135,7 @@ _action_help_link_activate (GtkAction* action,
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else if (!strncmp ("HelpFAQ", action_name, 7))
|
else if (!strncmp ("HelpFAQ", action_name, 7))
|
||||||
uri = "http://wiki.xfce.org/_export/xhtml/midori_faq";
|
uri = "http://wiki.xfce.org/midori/faq";
|
||||||
else if (!strncmp ("HelpBugs", action_name, 8))
|
else if (!strncmp ("HelpBugs", action_name, 8))
|
||||||
uri = "http://www.twotoasts.de/bugs/";
|
uri = "http://www.twotoasts.de/bugs/";
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue