summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp4
1 files changed, 2 insertions, 2 deletions
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);