Changed UpdateLocationDialog's text edit not to accept text formatting
authorSami Rämö <sami.ramo@ixonos.com>
Tue, 31 Aug 2010 07:24:57 +0000 (10:24 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Tue, 31 Aug 2010 07:24:57 +0000 (10:24 +0300)
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