Update FAQ link used for Help > Frequent Questions

This commit is contained in:
Christian Dywan 2010-05-01 03:08:14 +02:00
parent 7fe6c5614f
commit f24bc315e2

View file

@ -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