X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Falert.h;h=8770053fbaa3c77dd812e602e6a97abfdcf2e1e6;hb=91ca310d1dcc6bfd647eb7de4bfc417192df69a9;hp=2be612acea3c0dade24081cee666dbf411a1bb2f;hpb=38d387d1ab6c1ed11d845996de768433feb18f20;p=lyx.git diff --git a/src/frontends/alert.h b/src/frontends/alert.h index 2be612acea..8770053fba 100644 --- a/src/frontends/alert.h +++ b/src/frontends/alert.h @@ -41,6 +41,8 @@ int prompt(docstring const & title, docstring const & question, * Only use this if the user cannot perform some remedial action. * \p askshowagain will display a check box where the user can turn off the * warning for future cases. Ponder carefully if this is feasible. + * + * The console output takes care of converting any Qt html to plain text. */ void warning(docstring const & title, docstring const & message, bool const & askshowagain = false); @@ -49,6 +51,8 @@ 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. + * + * The console output takes care of converting any Qt html to plain text. */ void error(docstring const & title, docstring const & message, bool backtrace = false);