summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 86d500a..65a88b5 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -67,7 +67,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla
mQuitA = new QAction(tr("Quit"), this);
mQuitA->setShortcut(tr("CTRL+q"));
connect(mQuitA, &QAction::triggered, qApp, &QApplication::closeAllWindows);
- mConfigA = new QAction(QIcon(":/chastity_belt.png"), tr("Configure..."), this);
+ mConfigA = new QAction(QIcon(":/chastity_belt_light.png"), tr("Configure..."), this);
connect(mConfigA, &QAction::triggered, this, &SheMov::configure);
QString aboutLabel = QString(tr("About %1...")).arg(qApp->applicationName());
mAboutShemovA = new QAction(aboutLabel, this);