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:
Ignacio R. Morelle 2009-10-01 21:55:43 +00:00
parent 5f7b8c313e
commit 38bbdac5c3

View file

@ -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;
}