Changed UpdateLocationDialog's text edit not to accept text formatting
[situare] / src / ui / updatelocation / updatelocationdialog.cpp
index 20e78ad..166e4bf 100644 (file)
@@ -46,6 +46,7 @@ UpdateLocationDialog::UpdateLocationDialog(const QString &userMessage, bool publ
     QGridLayout *gridLayout = new QGridLayout();\r
 \r
     m_textEdit = new QTextEdit();\r
+    m_textEdit->setAcceptRichText(false);\r
     m_charCountLabel = new QLabel();\r
 \r
     if (userMessage.isEmpty())\r