Max Bruckner - 2017-06-28

I am the maintainer of the Archlinux User Repository package of freac and one of the users complained that when pressing F1 the browser opens file:///usr/bin/usr/share/doc/freac/manual/... instead of file:///usr/share/doc/freac/manual/... as it's supposed to do.
~~~ S::System::System::OpenURL(String("file://").Append(GUI::Application::GetApplicationDirectory()).Append(Config::Get()->documentationPath).Append("manual/").Append(i18n->TranslateString("index_en.html")));
~~~

I fixed the problem by removing the part with GetApplicationDirectory() entirely.