Help: disabled parsing error popup
See issue #2587 and 5517063fb9
for more details.
Should fix #2874.
This commit is contained in:
parent
28db261ebd
commit
f7ab008c59
1 changed files with 3 additions and 0 deletions
|
@ -235,9 +235,12 @@ void show_help(const section &toplevel_sec,
|
|||
}
|
||||
}
|
||||
catch (parse_error& e) {
|
||||
// Disabled due to issue #2587
|
||||
#if 0
|
||||
std::stringstream msg;
|
||||
msg << _("Parse error when parsing help text: ") << "'" << e.message << "'";
|
||||
gui2::show_transient_message("", msg.str());
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue