summaryrefslogtreecommitdiff
path: root/ldmicro/helpdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ldmicro/helpdialog.cpp')
-rw-r--r--ldmicro/helpdialog.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ldmicro/helpdialog.cpp b/ldmicro/helpdialog.cpp
index 3df325d..79791f1 100644
--- a/ldmicro/helpdialog.cpp
+++ b/ldmicro/helpdialog.cpp
@@ -156,7 +156,8 @@ static void MakeControls(int a)
copy[j] = '\0';
COLORREF color = RGB(110, 255, 110);
cf.setForeground(QBrush(color));
- RichEdit[a]->appendPlainText(QString::fromStdString((const char*)copy));
+ RichEdit[a]->appendPlainText(
+ QString::fromStdString((const char*)copy));
RichEdit[a]->setCurrentCharFormat(cf);
// Special case if there's nothing except title on the line
if(!justHeading) {