summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2019-01-30 19:31:25 -0600
committerLostDragonist <lost.dragonist@gmail.com>2019-01-30 19:34:36 -0600
commitcfc0b3c05551a5fb612258a3afe81fbcfca5c645 (patch)
tree662477cf8a48ffc3d82b0c333af9f74fa32705c7 /src/mainwindow.h
parentd3f1006a51f0eb1e5ded5b96d2877f00b1736bd6 (diff)
Rename problems to notifications
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index a8601bee..e919ed2c 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -611,7 +611,7 @@ private slots: // ui slots
void on_actionInstallMod_triggered();
void on_actionModify_Executables_triggered();
void on_actionNexus_triggered();
- void on_actionProblems_triggered();
+ void on_actionNotifications_triggered();
void on_actionSettings_triggered();
void on_actionUpdate_triggered();
void on_actionEndorseMO_triggered();