fix of b45ae0170b
This commit is contained in:
parent
1545474261
commit
0cb08ebda4
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ void HintDatabase::load_hints_from_file(const boost::filesystem::path& path)
|
|||
wxString item(_L(dict["hypertext_menubar_item_name"]));
|
||||
HintData hint_data{ id_string, text1, weight, was_displayed, hypertext_text, follow_text, disabled_tags, enabled_tags, true, documentation_link, [menu, item]() { wxGetApp().mainframe->open_menubar_item(menu, item); } };
|
||||
m_loaded_hints.emplace_back(hint_data);
|
||||
}*/
|
||||
}
|
||||
} else {
|
||||
// plain text without hypertext
|
||||
HintData hint_data{ id_string, text1, weight, was_displayed, hypertext_text, follow_text, disabled_tags, enabled_tags, false, documentation_link };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue