summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2014-04-18 11:20:55 +0200
committerArno <am@disconnect.de>2014-04-18 11:20:55 +0200
commite47bd732941d9f3469400292c3f05be71ba30c76 (patch)
tree7edd9637e714dcd5708c3e900f8e8427a13b1b11 /shemov.cpp
parentb0d671fede5adfadad2b465fb4c8ae50b40516f3 (diff)
downloadSheMov-e47bd732941d9f3469400292c3f05be71ba30c76.tar.gz
SheMov-e47bd732941d9f3469400292c3f05be71ba30c76.tar.bz2
SheMov-e47bd732941d9f3469400292c3f05be71ba30c76.zip
Change "Add Covers..." to "Add files..."
Generalize the slot. Make it possible to add movies, too.
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);