From e47bd732941d9f3469400292c3f05be71ba30c76 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 18 Apr 2014 11:20:55 +0200 Subject: Change "Add Covers..." to "Add files..." Generalize the slot. Make it possible to add movies, too. --- shemov.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shemov.cpp') diff --git a/shemov.cpp b/shemov.cpp index 8a6055c..66a0dfe 100644 --- a/shemov.cpp +++ b/shemov.cpp @@ -610,9 +610,9 @@ void SheMov::createActions(){ mArchiveViewMetadataA->setData(ArchiveModel::SeriesPartNode); // add Covers connect(mArchiveViewMetadataA, SIGNAL(triggered()), c->archiveTree(), SLOT(editMetadata())); - mArchiveViewAddCoversA = new QAction(QIcon(":/huge_bra.png"), tr("Add Covers..."), this); + mArchiveViewAddCoversA = new QAction(QIcon(":/huge_bra.png"), tr("Add Files..."), this); mArchiveViewAddCoversA->setData(ArchiveModel::SeriesPartNode); - connect(mArchiveViewAddCoversA, SIGNAL(triggered()), c, SLOT(addCovers())); + connect(mArchiveViewAddCoversA, SIGNAL(triggered()), c, SLOT(addFiles())); //collapse and expand... mArchiveViewExpandAllA = new QAction(tr("Expand all"), this); mArchiveViewExpandAllA->setData(ArchiveModel::AllNodes); -- cgit v1.2.3-70-g09d2