From: Emmanuel Pescosta Date: Wed, 9 Jan 2013 15:17:55 +0000 (+0100) Subject: Show the file name as plain text in the rename dialog X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/f7216ca5911049a159b436683f65545c2f962770?ds=inline Show the file name as plain text in the rename dialog BUG: 312812 BUG: 262464 FIXED-IN: 4.10 REVIEW: 108291 --- diff --git a/src/views/renamedialog.cpp b/src/views/renamedialog.cpp index 65125c3aa..07add113a 100644 --- a/src/views/renamedialog.cpp +++ b/src/views/renamedialog.cpp @@ -72,6 +72,7 @@ RenameDialog::RenameDialog(QWidget *parent, const KFileItemList& items) : m_newName = items.first().name(); editLabel = new QLabel(i18nc("@label:textbox", "Rename the item %1 to:", m_newName), page); + editLabel->setTextFormat(Qt::PlainText); } else { m_newName = i18nc("@info:status", "New name #"); editLabel = new QLabel(i18ncp("@label:textbox",