Use GUI2 for the add-on Description pop-up.
This allows line breaks to be parsed correctly and markup not to be interpreted at at all (we don't want markup here).
This commit is contained in:
parent
5f7b8c313e
commit
38bbdac5c3
1 changed files with 2 additions and 2 deletions
|
@ -344,8 +344,8 @@ namespace {
|
|||
text = desc_[uchoice];
|
||||
}
|
||||
|
||||
gui::dialog dlg(disp_, title, text, gui::MESSAGE);
|
||||
dlg.show();
|
||||
gui2::ttransient_message dlg(title, false, text, false);
|
||||
dlg.show(disp_.video());
|
||||
|
||||
return gui::CONTINUE_DIALOG;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue