mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
ALlow Markup for LuaDialog.Message
This commit is contained in:
parent
dd2ee68e21
commit
157d923cdd
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue