diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-01-30 19:31:25 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-01-30 19:34:36 -0600 |
| commit | cfc0b3c05551a5fb612258a3afe81fbcfca5c645 (patch) | |
| tree | 662477cf8a48ffc3d82b0c333af9f74fa32705c7 /src/mainwindow.h | |
| parent | d3f1006a51f0eb1e5ded5b96d2877f00b1736bd6 (diff) | |
Rename problems to notifications
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
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();
|
