Fixed Help browser not opening to correct section when accessed from editor

This commit is contained in:
Charles Dang 2015-08-13 07:14:17 +11:00
parent c35fb63472
commit f2334507ae

View file

@ -971,7 +971,7 @@ bool editor_controller::execute_command(const hotkey::hotkey_command& cmd, int i
void editor_controller::show_help()
{
help::show_help(*gui_, "editor_overview");
help::show_help(*gui_, "..editor");
}
void editor_controller::show_menu(const std::vector<std::string>& items_arg, int xloc, int yloc, bool context_menu, display& disp)