From 8abf0a7882dbd1c80e24e5d01b79cd1cf60925e2 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 18 Dec 2010 12:02:44 +0100 Subject: Fix rename files in FSWidget Rename files inline, letting the model do all the work. Part of getting rid of MessageDialog. Maybe this broke the filename templates. We'll see... --- shemov.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shemov.cpp') diff --git a/shemov.cpp b/shemov.cpp index 77e4b31..e63b93b 100644 --- a/shemov.cpp +++ b/shemov.cpp @@ -338,7 +338,7 @@ void SheMov::createActions(){ mMoveA = new QAction(tr("Move file(s)..."), this); mMoveA->setShortcut(tr("CTRL+m")); connect(mMoveA, SIGNAL(triggered()), mFSWidget, SLOT(moveFiles())); - mRenameA = new QAction(tr("Rename file..."), this); + mRenameA = new QAction(tr("Rename..."), this); mRenameA->setShortcut(tr("CTRL+r")); connect(mRenameA, SIGNAL(triggered()), mFSWidget, SLOT(renameFile())); mMountDvdA = new QAction(QIcon(":/diaper.png"), tr("(Un)mount DVD drive"), this); -- cgit v1.2.3-70-g09d2