┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/renamedialog.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/renamedialog.cpp b/src/renamedialog.cpp
index 02dd2e9f6..caa098a06 100644
--- a/src/renamedialog.cpp
+++ b/src/renamedialog.cpp
@@ -43,13 +43,12 @@ RenameDialog::RenameDialog(QWidget *parent, const KFileItemList& items) :
setButtons(Ok | Cancel);
setDefaultButton(Ok);
- setButtonGuiItem(Ok, KGuiItem(i18nc("@action:button", "Rename"), "dialog-ok-apply"));
+ setButtonGuiItem(Ok, KGuiItem(i18nc("@action:button", "&Rename"), "dialog-ok-apply"));
QWidget* page = new QWidget(this);
setMainWidget(page);
QVBoxLayout* topLayout = new QVBoxLayout(page);
- topLayout->setMargin(KDialog::marginHint());
QLabel* editLabel = 0;
if (m_renameOneItem) {