ALlow Markup for LuaDialog.Message

This commit is contained in:
Robin Gareus 2019-02-20 17:22:36 +01:00
parent dd2ee68e21
commit 157d923cdd
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ using namespace LuaDialog;
* Simple Message Dialog
*/
Message::Message (std::string const& title, std::string const& msg, Message::MessageType mt, Message::ButtonType bt)
: _message_dialog (msg, false, to_gtk_mt (mt), to_gtk_bt (bt), true)
: _message_dialog (msg, true, to_gtk_mt (mt), to_gtk_bt (bt), true)
{
_message_dialog.set_title (title);
}