summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 395cac3..212642b 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -469,7 +469,7 @@ void SheMov::createActions(){
mShowNormalA->setChecked(true);
mShowNoCoverDialogA = new QAction(QIcon(":/higheels.png"), tr("List movies without cover..."), this);
connect(mShowNoCoverDialogA, SIGNAL(triggered()), mATree, SLOT(showNoCoverDialog()));
- mShowAllFilesA = new QAction(tr("Show All files"), this);
+ mShowAllFilesA = new QAction(QIcon(":/male_chastity_belt.png"), tr("Show All files"), this);
mShowAllFilesA->setCheckable(true);
connect(mShowAllFilesA, SIGNAL(toggled(bool)), mATree, SLOT(showAllFiles(bool)));
@@ -872,6 +872,7 @@ void SheMov::createToolBar(){
toolBar->addAction(mShowNormalA);
toolBar->addAction(mShowArchivedA);
toolBar->addAction(mShowLocalA);
+ toolBar->addAction(mShowAllFilesA);
toolBar->addSeparator();
toolBar->addActions(mFilterGroup->actions());
toolBar->addAction(mFilterFavoritesA);