]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/alert.h
Fix key code
[lyx.git] / src / frontends / alert.h
index 4f052342974b9e48d1646214b208a06daaf6c4a9..b96ca1e1d876740672061b6a63538945940160a5 100644 (file)
@@ -48,8 +48,9 @@ void warning(docstring const & title, docstring const & message,
 /**
  * Display a warning to the user. Title should be a short (general) summary.
  * Only use this if the user cannot perform some remedial action.
+ * On some systems it is possible to show a backtrace.
  */
-void error(docstring const & title, docstring const & message);
+void error(docstring const & title, docstring const & message, bool backtrace = false);
 
 /**
  * Informational message. Use very very sparingly. That is, you must