summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialog.cpp b/src/dialog.cpp
index 94b271c..d5db566 100644
--- a/src/dialog.cpp
+++ b/src/dialog.cpp
@@ -586,7 +586,7 @@ void Dialog::treeView_selectionChanged(const QModelIndex& current, const QModelI
}
ui->label_name->setText(s->shortDescription());
ui->label_name->setToolTip(s->shortDescription());
- ui->textBrowser->setPlainText(s->description() + description);
+ ui->textBrowser->setHtml(s->description() + description);
}
void Dialog::on_tabButtonLocal_clicked() {